#BBA1BD

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

Shades of Lola #BBA1BD

Tints of Lola #BBA1BD

Color information

#BBA1BD (or 0xBBA1BD) is unknown color: approx Lola. HEX triplet: BB, A1 and BD. RGB value is (187,161,189). Sum of RGB (Red+Green+Blue) = 187+161+189=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBA1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA1BD is #445E42. Grayscale: #ABABAB. Windows color (decimal): -4480579 or 12427707. OLE color: 12427707.

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

Color convert

RGB187161189-
CMYK0.010.1500.26
HSL295.71º17.5%68.63%-
HSV(B)295.71º14.81%74.12%-
XYZ42.4239.7353.58-
YUV171.97137.61138.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.82%
GREEN value IS 161 (63.28% from 255) = 29.98%
BLUE value IS 189 (74.22% from 255) = 35.20%
R=34.82%
G=29.98%
B=35.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871611890.010.1500.26295.7117.568.63
HexBBA1BD1F01A1281145
Octal27324127511703245021105
Binary10111011101000011011110111111011010100101000100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA1BD; }

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

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

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

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

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

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

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

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