#BBABBB

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

Shades of Lola #BBABBB

Tints of Lola #BBABBB

Color information

#BBABBB (or 0xBBABBB) is unknown color: approx Lola. HEX triplet: BB, AB and BB. RGB value is (187,171,187). Sum of RGB (Red+Green+Blue) = 187+171+187=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BBABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBABBB is #445444. Grayscale: #B1B1B1. Windows color (decimal): -4478021 or 12299195. OLE color: 12299195.

HSL color Cylindrical-coordinate representation of color #BBABBB: hue angle of 300º 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 #BBABBB is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB187171187-
CMYK00.0900.27
HSL300º10.53%70.2%-
HSV(B)300º8.56%73.33%-
XYZ44.0343.2853.05-
YUV177.61133.3134.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.31%
GREEN value IS 171 (67.19% from 255) = 31.38%
BLUE value IS 187 (73.44% from 255) = 34.31%
R=34.31%
G=31.38%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717118700.0900.2730010.5370.2
HexBBABBB0901B12cb46
Octal27325327301103345413106
Binary1011101110101011101110110100101101110010110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBABBB; }

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

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

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

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

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

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

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

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