#9D869B

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

Shades of Bouquet #9D869B

Tints of Bouquet #9D869B

Color information

#9D869B (or 0x9D869B) is unknown color: approx Bouquet. HEX triplet: 9D, 86 and 9B. RGB value is (157,134,155). Sum of RGB (Red+Green+Blue) = 157+134+155=446 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.20% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 157 - color contains mainly: red. Hex color #9D869B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D869B is #627964. Grayscale: #8F8F8F. Windows color (decimal): -6453605 or 10192541. OLE color: 10192541.

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

Color convert

RGB157134155-
CMYK00.150.010.38
HSL305.22º10.5%57.06%-
HSV(B)305.22º14.65%61.57%-
XYZ28.3526.5834.65-
YUV143.27134.62137.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.20%
GREEN value IS 134 (52.73% from 255) = 30.04%
BLUE value IS 155 (60.94% from 255) = 34.75%
R=35.20%
G=30.04%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713415500.150.010.38305.2210.557.06
Hex9D869B0F126131b39
Octal2352062330171464611371
Binary1001110110000110100110110111111001101001100011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,134,155); }

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

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

 a { background-color: rgb(157,134,155); }

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

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

 span { border-color: rgb(157,134,155); }

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