#BBA1BB

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

Shades of Lola #BBA1BB

Tints of Lola #BBA1BB

Color information

#BBA1BB (or 0xBBA1BB) is unknown color: approx Lola. HEX triplet: BB, A1 and BB. RGB value is (187,161,187). Sum of RGB (Red+Green+Blue) = 187+161+187=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BBA1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA1BB is #445E44. Grayscale: #ABABAB. Windows color (decimal): -4480581 or 12296635. OLE color: 12296635.

HSL color Cylindrical-coordinate representation of color #BBA1BB: hue angle of 300º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBA1BB is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB187161187-
CMYK00.1400.27
HSL300º16.05%68.24%-
HSV(B)300º13.9%73.33%-
XYZ42.2139.6452.44-
YUV171.74136.61138.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.95%
GREEN value IS 161 (63.28% from 255) = 30.09%
BLUE value IS 187 (73.44% from 255) = 34.95%
R=34.95%
G=30.09%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716118700.1400.2730016.0568.24
HexBBA1BB0E01B12c1044
Octal27324127301603345420104
Binary10111011101000011011101101110011011100101100100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA1BB; }

 p { color: rgb(187,161,187); }

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

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

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

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

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

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

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