#B9AEBC

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

Shades of Lola #B9AEBC

Tints of Lola #B9AEBC

Color information

#B9AEBC (or 0xB9AEBC) is unknown color: approx Lola. HEX triplet: B9, AE and BC. RGB value is (185,174,188). Sum of RGB (Red+Green+Blue) = 185+174+188=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 188 - color contains mainly: blue. Hex color #B9AEBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AEBC is #465143. Grayscale: #B2B2B2. Windows color (decimal): -4608324 or 12365497. OLE color: 12365497.

HSL color Cylindrical-coordinate representation of color #B9AEBC: hue angle of 287.14º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B9AEBC is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB185174188-
CMYK0.020.0700.26
HSL287.14º9.46%70.98%-
HSV(B)287.14º7.45%73.73%-
XYZ44.2244.2253.78-
YUV178.88133.14132.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.82%
GREEN value IS 174 (68.36% from 255) = 31.81%
BLUE value IS 188 (73.83% from 255) = 34.37%
R=33.82%
G=31.81%
B=34.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851741880.020.0700.26287.149.4670.98
HexB9AEBC2701A11f947
Octal2712562742703243711107
Binary1011100110101110101111001011101101010001111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AEBC; }

 p { color: rgb(185,174,188); }

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

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

 a { background-color: rgb(185,174,188); }

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

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

 span { border-color: rgb(185,174,188); }

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