#BCB3BB

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

Shades of Lola #BCB3BB

Tints of Lola #BCB3BB

Color information

#BCB3BB (or 0xBCB3BB) is unknown color: approx Lola. HEX triplet: BC, B3 and BB. RGB value is (188,179,187). Sum of RGB (Red+Green+Blue) = 188+179+187=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 179 (70.31% from 255 or 32.31% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB3BB is #434C44. Grayscale: #B6B6B6. Windows color (decimal): -4410437 or 12301244. OLE color: 12301244.

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

Color convert

RGB188179187-
CMYK00.050.010.26
HSL306.67º6.29%71.96%-
HSV(B)306.67º4.79%73.73%-
XYZ45.8346.5253.58-
YUV182.6130.48131.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.94%
GREEN value IS 179 (70.31% from 255) = 32.31%
BLUE value IS 187 (73.44% from 255) = 33.75%
R=33.94%
G=32.31%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817918700.050.010.26306.676.2971.96
HexBCB3BB0511A133648
Octal274263273051324636110
Binary10111100101100111011101101011110101001100111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB3BB; }

 p { color: rgb(188,179,187); }

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

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

 a { background-color: rgb(188,179,187); }

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

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

 span { border-color: rgb(188,179,187); }

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