#BEBCA7

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

Shades of Mist Grey #BEBCA7

Tints of Mist Grey #BEBCA7

Color information

#BEBCA7 (or 0xBEBCA7) is unknown color: approx Mist Grey. HEX triplet: BE, BC and A7. RGB value is (190,188,167). Sum of RGB (Red+Green+Blue) = 190+188+167=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 167 (65.62% from 255 or 30.64% from 545); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBCA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBCA7 is #414358. Grayscale: #BABABA. Windows color (decimal): -4277081 or 10992830. OLE color: 10992830.

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

Color convert

RGB190188167-
CMYK00.010.120.25
HSL54.78º15.03%70%-
HSV(B)54.78º12.11%74.51%-
XYZ46.1949.743.72-
YUV186.2117.16130.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.86%
GREEN value IS 188 (73.83% from 255) = 34.50%
BLUE value IS 167 (65.62% from 255) = 30.64%
R=34.86%
G=34.50%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018816700.010.120.2554.7815.0370
HexBEBCA701C1937f46
Octal2762742470114316717106
Binary1011111010111100101001110111001100111011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCA7; }

 p { color: rgb(190,188,167); }

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

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

 a { background-color: rgb(190,188,167); }

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

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

 span { border-color: rgb(190,188,167); }

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