#B8ABFE

Color #B8ABFE Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #B8ABFE

Tints of Melrose #B8ABFE

Color information

#B8ABFE (or 0xB8ABFE) is unknown color: approx Melrose. HEX triplet: B8, AB and FE. RGB value is (184,171,254). Sum of RGB (Red+Green+Blue) = 184+171+254=609 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.21% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8ABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8ABFE is #475401. Grayscale: #B8B8B8. Windows color (decimal): -4674562 or 16690104. OLE color: 16690104.

HSL color Cylindrical-coordinate representation of color #B8ABFE: hue angle of 249.4º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8ABFE is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB184171254-
CMYK0.280.3300.00
HSL249.4º97.65%83.33%-
HSV(B)249.4º32.68%99.61%-
XYZ52.2246.4799.98-
YUV184.35167.31127.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 30.21%
GREEN value IS 171 (67.19% from 255) = 28.08%
BLUE value IS 254 (99.61% from 255) = 41.71%
R=30.21%
G=28.08%
B=41.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1841712540.280.3300.00249.497.6583.33
HexB8ABFE1C2100f96253
Octal270253376344100371142123
Binary10111000101010111111111011100100001001111100111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ABFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ABFE; }

 p { color: rgb(184,171,254); }

 H1.HeaderClassName
 {
   color: #B8ABFE;
 }
 .AnyTagClassName
 {
   color: #B8ABFE;
 }
</style>
background-color css

<style>
 a { background-color: #B8ABFE; }

 a { background-color: rgb(184,171,254); }

 div.DivClassName
 {
   background-color: #B8ABFE;
 }
 .BgClassName
 {
   background-color: #B8ABFE;
 }
</style>
border-color css

<style>
 span { border-color: #B8ABFE; }

 span { border-color: rgb(184,171,254); }

 td.TdClassName
 {
   border-color: #B8ABFE;
 }
 .TagClassName
 {
   border-color: #B8ABFE;
 }
</style>