#BFBDA8

Color #BFBDA8 Mist Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mist Grey #BFBDA8

Tints of Mist Grey #BFBDA8

Color information

#BFBDA8 (or 0xBFBDA8) is unknown color: approx Mist Grey. HEX triplet: BF, BD and A8. RGB value is (191,189,168). Sum of RGB (Red+Green+Blue) = 191+189+168=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 168 (66.02% from 255 or 30.66% from 548); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBDA8 is #404257. Grayscale: #BBBBBB. Windows color (decimal): -4211288 or 11058623. OLE color: 11058623.

HSL color Cylindrical-coordinate representation of color #BFBDA8: hue angle of 54.78º 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 #BFBDA8 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB191189168-
CMYK00.010.120.25
HSL54.78º15.23%70.39%-
HSV(B)54.78º12.04%74.9%-
XYZ46.7550.344.29-
YUV187.2117.16130.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.85%
GREEN value IS 189 (74.22% from 255) = 34.49%
BLUE value IS 168 (66.02% from 255) = 30.66%
R=34.85%
G=34.49%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118916800.010.120.2554.7815.2370.39
HexBFBDA801C1937f46
Octal2772752500114316717106
Binary1011111110111101101010000111001100111011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBDA8; }

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

 H1.HeaderClassName
 {
   color: #BFBDA8;
 }
 .AnyTagClassName
 {
   color: #BFBDA8;
 }
</style>
background-color css

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

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

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

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

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

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