#B89E9D

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

Shades of Dusty Grey #B89E9D

Tints of Dusty Grey #B89E9D

Color information

#B89E9D (or 0xB89E9D) is unknown color: approx Dusty Grey. HEX triplet: B8, 9E and 9D. RGB value is (184,158,157). Sum of RGB (Red+Green+Blue) = 184+158+157=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 184 - color contains mainly: red. Hex color #B89E9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89E9D is #476162. Grayscale: #A5A5A5. Windows color (decimal): -4677987 or 10329784. OLE color: 10329784.

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

Color convert

RGB184158157-
CMYK00.140.150.28
HSL2.22º15.98%66.86%-
HSV(B)2.22º14.67%72.16%-
XYZ38.0837.0837.05-
YUV165.66123.11141.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.87%
GREEN value IS 158 (62.11% from 255) = 31.66%
BLUE value IS 157 (61.72% from 255) = 31.46%
R=36.87%
G=31.66%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415815700.140.150.282.2215.9866.86
HexB89E9D0EF1C21043
Octal2702362350161734220103
Binary1011100010011110100111010111011111110010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89E9D; }

 p { color: rgb(184,158,157); }

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

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

 a { background-color: rgb(184,158,157); }

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

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

 span { border-color: rgb(184,158,157); }

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