#BBABBA

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

Shades of Lola #BBABBA

Tints of Lola #BBABBA

Color information

#BBABBA (or 0xBBABBA) is unknown color: approx Lola. HEX triplet: BB, AB and BA. RGB value is (187,171,186). Sum of RGB (Red+Green+Blue) = 187+171+186=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 187 - color contains mainly: red. Hex color #BBABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBABBA is #445445. Grayscale: #B1B1B1. Windows color (decimal): -4478022 or 12233659. OLE color: 12233659.

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

Color convert

RGB187171186-
CMYK00.090.010.27
HSL303.75º10.53%70.2%-
HSV(B)303.75º8.56%73.33%-
XYZ43.9243.2452.48-
YUV177.49132.8134.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.38%
GREEN value IS 171 (67.19% from 255) = 31.43%
BLUE value IS 186 (73.05% from 255) = 34.19%
R=34.38%
G=31.43%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717118600.090.010.27303.7510.5370.2
HexBBABBA0911B130b46
Octal27325327201113346013106
Binary1011101110101011101110100100111101110011000010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBABBA; }

 p { color: rgb(187,171,186); }

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

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

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

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

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

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

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