#BCBBA5

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

Shades of Mist Grey #BCBBA5

Tints of Mist Grey #BCBBA5

Color information

#BCBBA5 (or 0xBCBBA5) is unknown color: approx Mist Grey. HEX triplet: BC, BB and A5. RGB value is (188,187,165). Sum of RGB (Red+Green+Blue) = 188+187+165=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 165 (64.84% from 255 or 30.56% from 540); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBBA5 is #43445A. Grayscale: #B8B8B8. Windows color (decimal): -4408411 or 10861500. OLE color: 10861500.

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

Color convert

RGB188187165-
CMYK00.010.120.26
HSL57.39º14.65%69.22%-
HSV(B)57.39º12.23%73.73%-
XYZ45.348.9542.66-
YUV184.79116.83130.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.81%
GREEN value IS 187 (73.44% from 255) = 34.63%
BLUE value IS 165 (64.84% from 255) = 30.56%
R=34.81%
G=34.63%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818716500.010.120.2657.3914.6569.22
HexBCBBA501C1A39f45
Octal2742732450114327117105
Binary1011110010111011101001010111001101011100111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBBA5; }

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

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

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

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

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

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

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

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