#BCBBAD

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

Shades of Mist Grey #BCBBAD

Tints of Mist Grey #BCBBAD

Color information

#BCBBAD (or 0xBCBBAD) is unknown color: approx Mist Grey. HEX triplet: BC, BB and AD. RGB value is (188,187,173). Sum of RGB (Red+Green+Blue) = 188+187+173=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBBAD is #434452. Grayscale: #B9B9B9. Windows color (decimal): -4408403 or 11385788. OLE color: 11385788.

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

Color convert

RGB188187173-
CMYK00.010.080.26
HSL56º10.07%70.78%-
HSV(B)56º7.98%73.73%-
XYZ46.0549.2546.61-
YUV185.7120.83129.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.31%
GREEN value IS 187 (73.44% from 255) = 34.12%
BLUE value IS 173 (67.97% from 255) = 31.57%
R=34.31%
G=34.12%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818717300.010.080.265610.0770.78
HexBCBBAD0181A38a47
Octal2742732550110327012107
Binary1011110010111011101011010110001101011100010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBBAD; }

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

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

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

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

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

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

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

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