#BBB2BE

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

Shades of Lola #BBB2BE

Tints of Lola #BBB2BE

Color information

#BBB2BE (or 0xBBB2BE) is unknown color: approx Lola. HEX triplet: BB, B2 and BE. RGB value is (187,178,190). Sum of RGB (Red+Green+Blue) = 187+178+190=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 178 (69.92% from 255 or 32.07% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBB2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB2BE is #444D41. Grayscale: #B6B6B6. Windows color (decimal): -4476226 or 12497595. OLE color: 12497595.

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

Color convert

RGB187178190-
CMYK0.020.0600.25
HSL285º8.45%72.16%-
HSV(B)285º6.32%74.51%-
XYZ45.7146.1255.21-
YUV182.06132.48131.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.69%
GREEN value IS 178 (69.92% from 255) = 32.07%
BLUE value IS 190 (74.61% from 255) = 34.23%
R=33.69%
G=32.07%
B=34.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871781900.020.0600.252858.4572.16
HexBBB2BE2601911d848
Octal2732622762603143510110
Binary1011101110110010101111101011001100110001110110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB2BE; }

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

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

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

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

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

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

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

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