#BBA6BD

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

Shades of Lola #BBA6BD

Tints of Lola #BBA6BD

Color information

#BBA6BD (or 0xBBA6BD) is unknown color: approx Lola. HEX triplet: BB, A6 and BD. RGB value is (187,166,189). Sum of RGB (Red+Green+Blue) = 187+166+189=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 166 (65.23% from 255 or 30.63% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBA6BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA6BD is #445942. Grayscale: #AEAEAE. Windows color (decimal): -4479299 or 12428987. OLE color: 12428987.

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

Color convert

RGB187166189-
CMYK0.010.1200.26
HSL294.78º14.84%69.61%-
HSV(B)294.78º12.17%74.12%-
XYZ43.3241.5153.87-
YUV174.9135.96136.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.50%
GREEN value IS 166 (65.23% from 255) = 30.63%
BLUE value IS 189 (74.22% from 255) = 34.87%
R=34.50%
G=30.63%
B=34.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871661890.010.1200.26294.7814.8469.61
HexBBA6BD1C01A127f46
Octal27324627511403244717106
Binary1011101110100110101111011110001101010010011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA6BD; }

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

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

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

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

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

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

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

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