#B99F9E

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

Shades of Dusty Grey #B99F9E

Tints of Dusty Grey #B99F9E

Color information

#B99F9E (or 0xB99F9E) is unknown color: approx Dusty Grey. HEX triplet: B9, 9F and 9E. RGB value is (185,159,158). Sum of RGB (Red+Green+Blue) = 185+159+158=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 185 - color contains mainly: red. Hex color #B99F9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99F9E is #466061. Grayscale: #A6A6A6. Windows color (decimal): -4612194 or 10395577. OLE color: 10395577.

HSL color Cylindrical-coordinate representation of color #B99F9E: hue angle of 2.22º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B99F9E is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB185159158-
CMYK00.140.150.27
HSL2.22º16.17%67.25%-
HSV(B)2.22º14.59%72.55%-
XYZ38.5837.5837.57-
YUV166.66123.11141.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.85%
GREEN value IS 159 (62.5% from 255) = 31.67%
BLUE value IS 158 (62.11% from 255) = 31.47%
R=36.85%
G=31.67%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515915800.140.150.272.2216.1767.25
HexB99F9E0EF1B21043
Octal2712372360161733220103
Binary1011100110011111100111100111011111101110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99F9E; }

 p { color: rgb(185,159,158); }

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

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

 a { background-color: rgb(185,159,158); }

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

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

 span { border-color: rgb(185,159,158); }

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