Html Css Color HEX #BFBEAB Mist Grey

📋 copy color: '#BFBEAB'

red 191 ◦ green 190 ◦ blue 171

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

Shades of Mist Grey #BFBEAB

Tints of Mist Grey #BFBEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.98%

R = 34.6%
G = 34.42%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BFBEAB (or 0xBFBEAB) is known color: Mist Grey. HEX triplet: BF, BE and AB. RGB value is (191,190,171). Sum of RGB (Red+Green+Blue) = 191+190+171=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBEAB is #404154. Grayscale: #BCBCBC. Windows color (decimal): -4211029 or 11255487. OLE color: 11255487.

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

Color convert

RGB 191 190 171 -
CMYK 0 0.01 0.10 0.25
HSL 57º 0.14% 0.71% -
HSV(B) 57º 0.1% 0.75% -
XYZ 47.25 50.84 45.85 -
YUV 188.13 118.33 130.04 -
System Red Green Blue C M Y K H S L
Decimal 191 190 171 0 0.01 0.10 0.25 57 0.14 0.71
Hex BF BE AB 0 1 A 19 39 E 47
Octal 277 276 253 0 1 12 31 71 16 107
Binary 10111111 10111110 10101011 0 1 1010 11001 111001 1110 1000111

Color Harmonies of #BFBEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBEAB

Black with #BFBEAB

Text Example


Text Example

White with #BFBEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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