Html Css Color HEX #BFBEAD Mist Grey

📋 copy color: '#BFBEAD'

red 191 ◦ green 190 ◦ blue 173

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

Shades of Mist Grey #BFBEAD

Tints of Mist Grey #BFBEAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.23%

R = 34.48%
G = 34.3%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BFBEAD (or 0xBFBEAD) is known color: Mist Grey. HEX triplet: BF, BE and AD. RGB value is (191,190,173). Sum of RGB (Red+Green+Blue) = 191+190+173=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBEAD is #404152. Grayscale: #BCBCBC. Windows color (decimal): -4211027 or 11386559. OLE color: 11386559.

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

Color convert

RGB 191 190 173 -
CMYK 0 0.01 0.09 0.25
HSL 56.67º 0.12% 0.71% -
HSV(B) 56.67º 0.09% 0.75% -
XYZ 47.44 50.92 46.86 -
YUV 188.36 119.33 129.88 -
System Red Green Blue C M Y K H S L
Decimal 191 190 173 0 0.01 0.09 0.25 56.67 0.12 0.71
Hex BF BE AD 0 1 9 19 39 C 47
Octal 277 276 255 0 1 11 31 71 14 107
Binary 10111111 10111110 10101101 0 1 1001 11001 111001 1100 1000111

Color Harmonies of #BFBEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBEAD

Black with #BFBEAD

Text Example


Text Example

White with #BFBEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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