#BBA8BD

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

Shades of Lola #BBA8BD

Tints of Lola #BBA8BD

Color information

#BBA8BD (or 0xBBA8BD) is unknown color: approx Lola. HEX triplet: BB, A8 and BD. RGB value is (187,168,189). Sum of RGB (Red+Green+Blue) = 187+168+189=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBA8BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8BD is #445742. Grayscale: #B0B0B0. Windows color (decimal): -4478787 or 12429499. OLE color: 12429499.

HSL color Cylindrical-coordinate representation of color #BBA8BD: hue angle of 294.29º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBA8BD is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB187168189-
CMYK0.010.1100.26
HSL294.29º13.73%70%-
HSV(B)294.29º11.11%74.12%-
XYZ43.6842.2454-
YUV176.08135.29135.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.38%
GREEN value IS 168 (66.02% from 255) = 30.88%
BLUE value IS 189 (74.22% from 255) = 34.74%
R=34.38%
G=30.88%
B=34.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871681890.010.1100.26294.2913.7370
HexBBA8BD1B01A126e46
Octal27325027511303244616106
Binary1011101110101000101111011101101101010010011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA8BD; }

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

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

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

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

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

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

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

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