#B08D9C

Color #B08D9C Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #B08D9C

Tints of Shady Lady #B08D9C

Color information

#B08D9C (or 0xB08D9C) is unknown color: approx Shady Lady. HEX triplet: B0, 8D and 9C. RGB value is (176,141,156). Sum of RGB (Red+Green+Blue) = 176+141+156=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08D9C is #4F7263. Grayscale: #999999. Windows color (decimal): -5206628 or 10259888. OLE color: 10259888.

HSL color Cylindrical-coordinate representation of color #B08D9C: hue angle of 334.29º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B08D9C is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB176141156-
CMYK00.200.110.31
HSL334.29º18.13%62.16%-
HSV(B)334.29º19.89%69.02%-
XYZ33.4330.6835.61-
YUV153.17129.6144.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.21%
GREEN value IS 141 (55.47% from 255) = 29.81%
BLUE value IS 156 (61.33% from 255) = 32.98%
R=37.21%
G=29.81%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614115600.200.110.31334.2918.1362.16
HexB08D9C014B1F14e123e
Octal26021523402413375162276
Binary10110000100011011001110001010010111111110100111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08D9C; }

 p { color: rgb(176,141,156); }

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

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

 a { background-color: rgb(176,141,156); }

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

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

 span { border-color: rgb(176,141,156); }

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