#BCBBAE

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

Shades of Mist Grey #BCBBAE

Tints of Mist Grey #BCBBAE

Color information

#BCBBAE (or 0xBCBBAE) is unknown color: approx Mist Grey. HEX triplet: BC, BB and AE. RGB value is (188,187,174). Sum of RGB (Red+Green+Blue) = 188+187+174=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 174 (68.36% from 255 or 31.69% from 549); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBBAE is #434451. Grayscale: #B9B9B9. Windows color (decimal): -4408402 or 11451324. OLE color: 11451324.

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

Color convert

RGB188187174-
CMYK00.010.070.26
HSL55.71º9.46%70.98%-
HSV(B)55.71º7.45%73.73%-
XYZ46.1549.2947.13-
YUV185.82121.33129.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.24%
GREEN value IS 187 (73.44% from 255) = 34.06%
BLUE value IS 174 (68.36% from 255) = 31.69%
R=34.24%
G=34.06%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818717400.010.070.2655.719.4670.98
HexBCBBAE0171A38947
Octal274273256017327011107
Binary101111001011101110101110011111101011100010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBBAE; }

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

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

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

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

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

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

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

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