#BCBBA3

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

Shades of Mist Grey #BCBBA3

Tints of Mist Grey #BCBBA3

Color information

#BCBBA3 (or 0xBCBBA3) is unknown color: approx Mist Grey. HEX triplet: BC, BB and A3. RGB value is (188,187,163). Sum of RGB (Red+Green+Blue) = 188+187+163=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 163 (64.06% from 255 or 30.30% from 538); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBBA3 is #43445C. Grayscale: #B8B8B8. Windows color (decimal): -4408413 or 10730428. OLE color: 10730428.

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

Color convert

RGB188187163-
CMYK00.010.130.26
HSL57.6º15.72%68.82%-
HSV(B)57.6º13.3%73.73%-
XYZ45.1248.8841.71-
YUV184.56115.83130.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.94%
GREEN value IS 187 (73.44% from 255) = 34.76%
BLUE value IS 163 (64.06% from 255) = 30.30%
R=34.94%
G=34.76%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818716300.010.130.2657.615.7268.82
HexBCBBA301D1A3a1045
Octal2742732430115327220105
Binary10111100101110111010001101110111010111010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBBA3; }

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

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

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

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

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

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

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

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