#BBA9BD

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

Shades of Lola #BBA9BD

Tints of Lola #BBA9BD

Color information

#BBA9BD (or 0xBBA9BD) is unknown color: approx Lola. HEX triplet: BB, A9 and BD. RGB value is (187,169,189). Sum of RGB (Red+Green+Blue) = 187+169+189=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBA9BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9BD is #445642. Grayscale: #B0B0B0. Windows color (decimal): -4478531 or 12429755. OLE color: 12429755.

HSL color Cylindrical-coordinate representation of color #BBA9BD: hue angle of 294º degrees, saturation: 0.13, 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 #BBA9BD is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB187169189-
CMYK0.010.1100.26
HSL294º13.16%70.2%-
HSV(B)294º10.58%74.12%-
XYZ43.8742.6154.06-
YUV176.66134.96135.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.31%
GREEN value IS 169 (66.41% from 255) = 31.01%
BLUE value IS 189 (74.22% from 255) = 34.68%
R=34.31%
G=31.01%
B=34.68%

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
Decimal1871691890.010.1100.2629413.1670.2
HexBBA9BD1B01A126d46
Octal27325127511303244615106
Binary1011101110101001101111011101101101010010011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA9BD; }

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

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

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

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

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

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

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

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