#9D8893

Color #9D8893 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #9D8893

Tints of Bouquet #9D8893

Color information

#9D8893 (or 0x9D8893) is unknown color: approx Bouquet. HEX triplet: 9D, 88 and 93. RGB value is (157,136,147). Sum of RGB (Red+Green+Blue) = 157+136+147=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8893 is #62776C. Grayscale: #8F8F8F. Windows color (decimal): -6453101 or 9668765. OLE color: 9668765.

HSL color Cylindrical-coordinate representation of color #9D8893: hue angle of 328.57º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9D8893 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB157136147-
CMYK00.130.060.38
HSL328.57º9.68%57.45%-
HSV(B)328.57º13.38%61.57%-
XYZ27.9826.8831.32-
YUV143.53129.96137.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.68%
GREEN value IS 136 (53.52% from 255) = 30.91%
BLUE value IS 147 (57.81% from 255) = 33.41%
R=35.68%
G=30.91%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713614700.130.060.38328.579.6857.45
Hex9D88930D626149a39
Octal2352102230156465111271
Binary100111011000100010010011011011101001101010010011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D8893; }

 p { color: rgb(157,136,147); }

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

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

 a { background-color: rgb(157,136,147); }

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

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

 span { border-color: rgb(157,136,147); }

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