#BBB1BE

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

Shades of Lola #BBB1BE

Tints of Lola #BBB1BE

Color information

#BBB1BE (or 0xBBB1BE) is unknown color: approx Lola. HEX triplet: BB, B1 and BE. RGB value is (187,177,190). Sum of RGB (Red+Green+Blue) = 187+177+190=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBB1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB1BE is #444E41. Grayscale: #B5B5B5. Windows color (decimal): -4476482 or 12497339. OLE color: 12497339.

HSL color Cylindrical-coordinate representation of color #BBB1BE: hue angle of 286.15º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBB1BE is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187177190-
CMYK0.020.0700.25
HSL286.15º9.09%71.96%-
HSV(B)286.15º6.84%74.51%-
XYZ45.5145.7355.14-
YUV181.47132.81131.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.75%
GREEN value IS 177 (69.53% from 255) = 31.95%
BLUE value IS 190 (74.61% from 255) = 34.30%
R=33.75%
G=31.95%
B=34.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871771900.020.0700.25286.159.0971.96
HexBBB1BE2701911e948
Octal2732612762703143611110
Binary1011101110110001101111101011101100110001111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB1BE; }

 p { color: rgb(187,177,190); }

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

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

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

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

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

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

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