#BBB5BD

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

Shades of Lola #BBB5BD

Tints of Lola #BBB5BD

Color information

#BBB5BD (or 0xBBB5BD) is unknown color: approx Lola. HEX triplet: BB, B5 and BD. RGB value is (187,181,189). Sum of RGB (Red+Green+Blue) = 187+181+189=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 181 (71.09% from 255 or 32.50% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBB5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB5BD is #444A42. Grayscale: #B7B7B7. Windows color (decimal): -4475459 or 12432827. OLE color: 12432827.

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

Color convert

RGB187181189-
CMYK0.010.0400.26
HSL285º5.71%72.55%-
HSV(B)285º4.23%74.12%-
XYZ46.247.2954.84-
YUV183.71130.99130.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.57%
GREEN value IS 181 (71.09% from 255) = 32.50%
BLUE value IS 189 (74.22% from 255) = 33.93%
R=33.57%
G=32.50%
B=33.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871811890.010.0400.262855.7172.55
HexBBB5BD1401A11d649
Octal273265275140324356111
Binary10111011101101011011110111000110101000111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB5BD; }

 p { color: rgb(187,181,189); }

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

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

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

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

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

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

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