#BBB7BB

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

Shades of Lola #BBB7BB

Tints of Lola #BBB7BB

Color information

#BBB7BB (or 0xBBB7BB) is unknown color: approx Lola. HEX triplet: BB, B7 and BB. RGB value is (187,183,187). Sum of RGB (Red+Green+Blue) = 187+183+187=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 183 (71.88% from 255 or 32.85% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BBB7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB7BB is #444844. Grayscale: #B8B8B8. Windows color (decimal): -4474949 or 12302267. OLE color: 12302267.

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

Color convert

RGB187183187-
CMYK00.0200.27
HSL300º2.86%72.55%-
HSV(B)300º2.14%73.33%-
XYZ46.448.0253.84-
YUV184.65129.33129.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.57%
GREEN value IS 183 (71.88% from 255) = 32.85%
BLUE value IS 187 (73.44% from 255) = 33.57%
R=33.57%
G=32.85%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718318700.0200.273002.8672.55
HexBBB7BB0201B12c349
Octal273267273020334543111
Binary101110111011011110111011010011011100101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB7BB; }

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

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

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

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

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

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

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

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