#BBA8B9

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

Shades of Lola #BBA8B9

Tints of Lola #BBA8B9

Color information

#BBA8B9 (or 0xBBA8B9) is unknown color: approx Lola. HEX triplet: BB, A8 and B9. RGB value is (187,168,185). Sum of RGB (Red+Green+Blue) = 187+168+185=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 168 (66.02% from 255 or 31.11% from 540); Blue value is 185 (72.66% from 255 or 34.26% from 540); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA8B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8B9 is #445746. Grayscale: #AFAFAF. Windows color (decimal): -4478791 or 12167355. OLE color: 12167355.

HSL color Cylindrical-coordinate representation of color #BBA8B9: hue angle of 306.32º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBA8B9 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB187168185-
CMYK00.100.010.27
HSL306.32º12.26%69.61%-
HSV(B)306.32º10.16%73.33%-
XYZ43.2542.0751.74-
YUV175.62133.29136.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.63%
GREEN value IS 168 (66.02% from 255) = 31.11%
BLUE value IS 185 (72.66% from 255) = 34.26%
R=34.63%
G=31.11%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716818500.100.010.27306.3212.2669.61
HexBBA8B90A11B132c46
Octal27325027101213346214106
Binary1011101110101000101110010101011101110011001011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA8B9; }

 p { color: rgb(187,168,185); }

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

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

 a { background-color: rgb(187,168,185); }

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

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

 span { border-color: rgb(187,168,185); }

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