#BCBBA4

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

Shades of Mist Grey #BCBBA4

Tints of Mist Grey #BCBBA4

Color information

#BCBBA4 (or 0xBCBBA4) is unknown color: approx Mist Grey. HEX triplet: BC, BB and A4. RGB value is (188,187,164). Sum of RGB (Red+Green+Blue) = 188+187+164=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 164 (64.45% from 255 or 30.43% from 539); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBBA4 is #43445B. Grayscale: #B8B8B8. Windows color (decimal): -4408412 or 10795964. OLE color: 10795964.

HSL color Cylindrical-coordinate representation of color #BCBBA4: hue angle of 57.5º degrees, saturation: 0.15, 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 #BCBBA4 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB188187164-
CMYK00.010.130.26
HSL57.5º15.19%69.02%-
HSV(B)57.5º12.77%73.73%-
XYZ45.2148.9142.18-
YUV184.68116.33130.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 187 (73.44% from 255) = 34.69%
BLUE value IS 164 (64.45% from 255) = 30.43%
R=34.88%
G=34.69%
B=30.43%

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
Decimal18818716400.010.130.2657.515.1969.02
HexBCBBA401D1A3af45
Octal2742732440115327217105
Binary1011110010111011101001000111011101011101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBBA4; }

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

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

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

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

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

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

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

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