#BCBBAC

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

Shades of Mist Grey #BCBBAC

Tints of Mist Grey #BCBBAC

Color information

#BCBBAC (or 0xBCBBAC) is unknown color: approx Mist Grey. HEX triplet: BC, BB and AC. RGB value is (188,187,172). Sum of RGB (Red+Green+Blue) = 188+187+172=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBBAC is #434453. Grayscale: #B9B9B9. Windows color (decimal): -4408404 or 11320252. OLE color: 11320252.

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

Color convert

RGB188187172-
CMYK00.010.090.26
HSL56.25º10.67%70.59%-
HSV(B)56.25º8.51%73.73%-
XYZ45.9649.2146.11-
YUV185.59120.33129.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.37%
GREEN value IS 187 (73.44% from 255) = 34.19%
BLUE value IS 172 (67.58% from 255) = 31.44%
R=34.37%
G=34.19%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818717200.010.090.2656.2510.6770.59
HexBCBBAC0191A38b47
Octal2742732540111327013107
Binary1011110010111011101011000110011101011100010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBBAC; }

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

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

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

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

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

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

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

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