#BBBABB

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

Shades of Lola #BBBABB

Tints of Lola #BBBABB

Color information

#BBBABB (or 0xBBBABB) is unknown color: approx Lola. HEX triplet: BB, BA and BB. RGB value is (187,186,187). Sum of RGB (Red+Green+Blue) = 187+186+187=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BBBABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBABB is #444544. Grayscale: #BABABA. Windows color (decimal): -4474181 or 12303035. OLE color: 12303035.

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

Color convert

RGB187186187-
CMYK00.0100.27
HSL300º0.73%73.14%-
HSV(B)300º0.53%73.33%-
XYZ47.0249.2754.05-
YUV186.41128.33128.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.39%
GREEN value IS 186 (73.05% from 255) = 33.21%
BLUE value IS 187 (73.44% from 255) = 33.39%
R=33.39%
G=33.21%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718618700.0100.273000.7373.14
HexBBBABB0101B12c149
Octal273272273010334541111
Binary1011101110111010101110110101101110010110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBABB; }

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

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

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

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

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

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

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

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