#BEBCAB

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

Shades of Mist Grey #BEBCAB

Tints of Mist Grey #BEBCAB

Color information

#BEBCAB (or 0xBEBCAB) is unknown color: approx Mist Grey. HEX triplet: BE, BC and AB. RGB value is (190,188,171). Sum of RGB (Red+Green+Blue) = 190+188+171=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBCAB is #414354. Grayscale: #BABABA. Windows color (decimal): -4277077 or 11254974. OLE color: 11254974.

HSL color Cylindrical-coordinate representation of color #BEBCAB: hue angle of 53.68º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEBCAB is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB190188171-
CMYK00.010.100.25
HSL53.68º12.75%70.78%-
HSV(B)53.68º10%74.51%-
XYZ46.5749.8545.7-
YUV186.66119.16130.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.61%
GREEN value IS 188 (73.83% from 255) = 34.24%
BLUE value IS 171 (67.19% from 255) = 31.15%
R=34.61%
G=34.24%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018817100.010.100.2553.6812.7570.78
HexBEBCAB01A1936d47
Octal2762742530112316615107
Binary1011111010111100101010110110101100111011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCAB; }

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

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

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

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

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

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

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

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