Html Css Color HEX #BFBEA8 Mist Grey

📋 copy color: '#BFBEA8'

red 191 ◦ green 190 ◦ blue 168

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

Shades of Mist Grey #BFBEA8

Tints of Mist Grey #BFBEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.6%

R = 34.79%
G = 34.61%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BFBEA8 (or 0xBFBEA8) is known color: Mist Grey. HEX triplet: BF, BE and A8. RGB value is (191,190,168). Sum of RGB (Red+Green+Blue) = 191+190+168=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 168 (66.02% from 255 or 30.60% from 549); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBEA8 is #404157. Grayscale: #BBBBBB. Windows color (decimal): -4211032 or 11058879. OLE color: 11058879.

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

Color convert

RGB 191 190 168 -
CMYK 0 0.01 0.12 0.25
HSL 57.39º 0.15% 0.7% -
HSV(B) 57.39º 0.12% 0.75% -
XYZ 46.97 50.73 44.36 -
YUV 187.79 116.83 130.29 -
System Red Green Blue C M Y K H S L
Decimal 191 190 168 0 0.01 0.12 0.25 57.39 0.15 0.7
Hex BF BE A8 0 1 C 19 39 F 46
Octal 277 276 250 0 1 14 31 71 17 106
Binary 10111111 10111110 10101000 0 1 1100 11001 111001 1111 1000110

Color Harmonies of #BFBEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBEA8

Black with #BFBEA8

Text Example


Text Example

White with #BFBEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBEA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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