#B099A3

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

Shades of Shady Lady #B099A3

Tints of Shady Lady #B099A3

Color information

#B099A3 (or 0xB099A3) is unknown color: approx Shady Lady. HEX triplet: B0, 99 and A3. RGB value is (176,153,163). Sum of RGB (Red+Green+Blue) = 176+153+163=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 163 (64.06% from 255 or 33.13% from 492); Max value from RGB is 176 - color contains mainly: red. Hex color #B099A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B099A3 is #4F665C. Grayscale: #A1A1A1. Windows color (decimal): -5203549 or 10721712. OLE color: 10721712.

HSL color Cylindrical-coordinate representation of color #B099A3: hue angle of 333.91º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B099A3 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB176153163-
CMYK00.130.070.31
HSL333.91º12.71%64.51%-
HSV(B)333.91º13.07%69.02%-
XYZ35.9134.6639.45-
YUV161.02129.12138.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.77%
GREEN value IS 153 (60.16% from 255) = 31.10%
BLUE value IS 163 (64.06% from 255) = 33.13%
R=35.77%
G=31.10%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615316300.130.070.31333.9112.7164.51
HexB099A30D71F14ed41
Octal26023124301573751615101
Binary101100001001100110100011011011111111110100111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B099A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B099A3; }

 p { color: rgb(176,153,163); }

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

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

 a { background-color: rgb(176,153,163); }

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

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

 span { border-color: rgb(176,153,163); }

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