#BBB0BD

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

Shades of Lola #BBB0BD

Tints of Lola #BBB0BD

Color information

#BBB0BD (or 0xBBB0BD) is unknown color: approx Lola. HEX triplet: BB, B0 and BD. RGB value is (187,176,189). Sum of RGB (Red+Green+Blue) = 187+176+189=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 176 (69.14% from 255 or 31.88% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBB0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB0BD is #444F42. Grayscale: #B4B4B4. Windows color (decimal): -4476739 or 12431547. OLE color: 12431547.

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

Color convert

RGB187176189-
CMYK0.010.0700.26
HSL290.77º8.97%71.57%-
HSV(B)290.77º6.88%74.12%-
XYZ45.245.2954.5-
YUV180.77132.64132.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.88%
GREEN value IS 176 (69.14% from 255) = 31.88%
BLUE value IS 189 (74.22% from 255) = 34.24%
R=33.88%
G=31.88%
B=34.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871761890.010.0700.26290.778.9771.57
HexBBB0BD1701A123948
Octal2732602751703244311110
Binary101110111011000010111101111101101010010001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB0BD; }

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

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

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

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

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

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

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

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