Html Css Color HEX #BFBEA0 Mist Grey

📋 copy color: '#BFBEA0'

red 191 ◦ green 190 ◦ blue 160

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

Shades of Mist Grey #BFBEA0

Tints of Mist Grey #BFBEA0

RGB

 RED value IS 191 (75% from 255) = 35.3%

 GREEN value IS 190 (74.61% from 255) = 35.12%

 BLUE value IS 160 (62.89% from 255) = 29.57%

R = 35.3%
G = 35.12%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BFBEA0 (or 0xBFBEA0) is known color: Mist Grey. HEX triplet: BF, BE and A0. RGB value is (191,190,160). Sum of RGB (Red+Green+Blue) = 191+190+160=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 160 (62.89% from 255 or 29.57% from 541); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBEA0 is #40415F. Grayscale: #BABABA. Windows color (decimal): -4211040 or 10534591. OLE color: 10534591.

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

Color convert

RGB 191 190 160 -
CMYK 0 0.01 0.16 0.25
HSL 58.06º 0.19% 0.69% -
HSV(B) 58.06º 0.16% 0.75% -
XYZ 46.24 50.44 40.56 -
YUV 186.88 112.83 130.94 -
System Red Green Blue C M Y K H S L
Decimal 191 190 160 0 0.01 0.16 0.25 58.06 0.19 0.69
Hex BF BE A0 0 1 10 19 3A 13 45
Octal 277 276 240 0 1 20 31 72 23 105
Binary 10111111 10111110 10100000 0 1 10000 11001 111010 10011 1000101

Color Harmonies of #BFBEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBEA0

Black with #BFBEA0

Text Example


Text Example

White with #BFBEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBEA0; }

 p { color: rgb(191,190,160); }

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

background-color css

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

 a { background-color: rgb(191,190,160); }

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

border-color css

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

 span { border-color: rgb(191,190,160); }

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