Html Css Color HEX #BEBCAA Mist Grey

📋 copy color: '#BEBCAA'

red 190 ◦ green 188 ◦ blue 170

#BEBCAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mist Grey #BEBCAA

Tints of Mist Grey #BEBCAA

RGB

 RED value IS 190 (74.61% from 255) = 34.67%

 GREEN value IS 188 (73.83% from 255) = 34.31%

 BLUE value IS 170 (66.8% from 255) = 31.02%

R = 34.67%
G = 34.31%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BEBCAA (or 0xBEBCAA) is known color: Mist Grey. HEX triplet: BE, BC and AA. RGB value is (190,188,170). Sum of RGB (Red+Green+Blue) = 190+188+170=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBCAA is #414355. Grayscale: #BABABA. Windows color (decimal): -4277078 or 11189438. OLE color: 11189438.

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

Color convert

RGB 190 188 170 -
CMYK 0 0.01 0.11 0.25
HSL 54º 0.13% 0.71% -
HSV(B) 54º 0.11% 0.75% -
XYZ 46.47 49.82 45.2 -
YUV 186.55 118.66 130.46 -
System Red Green Blue C M Y K H S L
Decimal 190 188 170 0 0.01 0.11 0.25 54 0.13 0.71
Hex BE BC AA 0 1 B 19 36 D 47
Octal 276 274 252 0 1 13 31 66 15 107
Binary 10111110 10111100 10101010 0 1 1011 11001 110110 1101 1000111

Color Harmonies of #BEBCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBCAA

Black with #BEBCAA

Text Example


Text Example

White with #BEBCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBCAA; }

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

 H1.HeaderClassName
 {
   color: #BEBCAA;
 }
 .AnyTagClassName
 {
   color: #BEBCAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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