#BAB1E8

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

Shades of Melrose #BAB1E8

Tints of Melrose #BAB1E8

Color information

#BAB1E8 (or 0xBAB1E8) is unknown color: approx Melrose. HEX triplet: BA, B1 and E8. RGB value is (186,177,232). Sum of RGB (Red+Green+Blue) = 186+177+232=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 177 (69.53% from 255 or 29.75% from 595); Blue value is 232 (91.02% from 255 or 38.99% from 595); Max value from RGB is 232 - color contains mainly: blue. Hex color #BAB1E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB1E8 is #454E17. Grayscale: #B9B9B9. Windows color (decimal): -4541976 or 15249850. OLE color: 15249850.

HSL color Cylindrical-coordinate representation of color #BAB1E8: hue angle of 249.82º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAB1E8 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186177232-
CMYK0.200.2400.09
HSL249.82º54.46%80.2%-
HSV(B)249.82º23.71%90.98%-
XYZ50.5447.7182.89-
YUV185.96153.98128.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.26%
GREEN value IS 177 (69.53% from 255) = 29.75%
BLUE value IS 232 (91.02% from 255) = 38.99%
R=31.26%
G=29.75%
B=38.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861772320.200.2400.09249.8254.4680.2
HexBAB1E8141809fa3650
Octal272261350243001137266120
Binary101110101011000111101000101001100001001111110101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB1E8; }

 p { color: rgb(186,177,232); }

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

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

 a { background-color: rgb(186,177,232); }

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

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

 span { border-color: rgb(186,177,232); }

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