Html Css Color HEX #BEBCA1 Mist Grey

📋 copy color: '#BEBCA1'

red 190 ◦ green 188 ◦ blue 161

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

Shades of Mist Grey #BEBCA1

Tints of Mist Grey #BEBCA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 29.87%

R = 35.25%
G = 34.88%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BEBCA1 (or 0xBEBCA1) is known color: Mist Grey. HEX triplet: BE, BC and A1. RGB value is (190,188,161). Sum of RGB (Red+Green+Blue) = 190+188+161=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 161 (63.28% from 255 or 29.87% from 539); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBCA1 is #41435E. Grayscale: #B9B9B9. Windows color (decimal): -4277087 or 10599614. OLE color: 10599614.

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

Color convert

RGB 190 188 161 -
CMYK 0 0.01 0.15 0.25
HSL 55.86º 0.18% 0.69% -
HSV(B) 55.86º 0.15% 0.75% -
XYZ 45.65 49.49 40.86 -
YUV 185.52 114.16 131.2 -
System Red Green Blue C M Y K H S L
Decimal 190 188 161 0 0.01 0.15 0.25 55.86 0.18 0.69
Hex BE BC A1 0 1 F 19 38 12 45
Octal 276 274 241 0 1 17 31 70 22 105
Binary 10111110 10111100 10100001 0 1 1111 11001 111000 10010 1000101

Color Harmonies of #BEBCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBCA1

Black with #BEBCA1

Text Example


Text Example

White with #BEBCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBCA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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