#BBABBF

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

Shades of Lola #BBABBF

Tints of Lola #BBABBF

Color information

#BBABBF (or 0xBBABBF) is unknown color: approx Lola. HEX triplet: BB, AB and BF. RGB value is (187,171,191). Sum of RGB (Red+Green+Blue) = 187+171+191=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 191 - color contains mainly: blue. Hex color #BBABBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBABBF is #445440. Grayscale: #B2B2B2. Windows color (decimal): -4478017 or 12561339. OLE color: 12561339.

HSL color Cylindrical-coordinate representation of color #BBABBF: hue angle of 288º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBABBF is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187171191-
CMYK0.020.1000.25
HSL288º13.51%70.98%-
HSV(B)288º10.47%74.9%-
XYZ44.4643.4555.33-
YUV178.06135.3134.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.06%
GREEN value IS 171 (67.19% from 255) = 31.15%
BLUE value IS 191 (75% from 255) = 34.79%
R=34.06%
G=31.15%
B=34.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871711910.020.1000.2528813.5170.98
HexBBABBF2A019120e47
Octal27325327721203144016107
Binary10111011101010111011111110101001100110010000011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBABBF; }

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

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

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

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

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

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

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

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