#BCB5BD

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

Shades of Lola #BCB5BD

Tints of Lola #BCB5BD

Color information

#BCB5BD (or 0xBCB5BD) is unknown color: approx Lola. HEX triplet: BC, B5 and BD. RGB value is (188,181,189). Sum of RGB (Red+Green+Blue) = 188+181+189=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 181 (71.09% from 255 or 32.44% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 189 - color contains mainly: blue. Hex color #BCB5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB5BD is #434A42. Grayscale: #B7B7B7. Windows color (decimal): -4409923 or 12432828. OLE color: 12432828.

HSL color Cylindrical-coordinate representation of color #BCB5BD: hue angle of 292.5º 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 #BCB5BD is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB188181189-
CMYK0.010.0400.26
HSL292.5º5.71%72.55%-
HSV(B)292.5º4.23%74.12%-
XYZ46.4547.4154.85-
YUV184130.82130.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.69%
GREEN value IS 181 (71.09% from 255) = 32.44%
BLUE value IS 189 (74.22% from 255) = 33.87%
R=33.69%
G=32.44%
B=33.87%

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
Decimal1881811890.010.0400.26292.55.7172.55
HexBCB5BD1401A125649
Octal274265275140324456111
Binary10111100101101011011110111000110101001001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB5BD; }

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

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

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

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

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

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

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

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