#BBB4BD

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

Shades of Lola #BBB4BD

Tints of Lola #BBB4BD

Color information

#BBB4BD (or 0xBBB4BD) is unknown color: approx Lola. HEX triplet: BB, B4 and BD. RGB value is (187,180,189). Sum of RGB (Red+Green+Blue) = 187+180+189=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBB4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB4BD is #444B42. Grayscale: #B7B7B7. Windows color (decimal): -4475715 or 12432571. OLE color: 12432571.

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

Color convert

RGB187180189-
CMYK0.010.0500.26
HSL286.67º6.38%72.35%-
HSV(B)286.67º4.76%74.12%-
XYZ4646.8854.77-
YUV183.12131.32130.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.63%
GREEN value IS 180 (70.70% from 255) = 32.37%
BLUE value IS 189 (74.22% from 255) = 33.99%
R=33.63%
G=32.37%
B=33.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871801890.010.0500.26286.676.3872.35
HexBBB4BD1501A11f648
Octal273264275150324376110
Binary10111011101101001011110111010110101000111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB4BD; }

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

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

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

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

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

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

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

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