#B099A6

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

Shades of Shady Lady #B099A6

Tints of Shady Lady #B099A6

Color information

#B099A6 (or 0xB099A6) is unknown color: approx Shady Lady. HEX triplet: B0, 99 and A6. RGB value is (176,153,166). Sum of RGB (Red+Green+Blue) = 176+153+166=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 166 (65.23% from 255 or 33.54% from 495); Max value from RGB is 176 - color contains mainly: red. Hex color #B099A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B099A6 is #4F6659. Grayscale: #A1A1A1. Windows color (decimal): -5203546 or 10918320. OLE color: 10918320.

HSL color Cylindrical-coordinate representation of color #B099A6: hue angle of 326.09º 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 #B099A6 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB176153166-
CMYK00.130.060.31
HSL326.09º12.71%64.51%-
HSV(B)326.09º13.07%69.02%-
XYZ36.1834.7740.88-
YUV161.36130.62138.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.56%
GREEN value IS 153 (60.16% from 255) = 30.91%
BLUE value IS 166 (65.23% from 255) = 33.54%
R=35.56%
G=30.91%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615316600.130.060.31326.0912.7164.51
HexB099A60D61F146d41
Octal26023124601563750615101
Binary101100001001100110100110011011101111110100011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B099A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B099A6; }

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

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

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

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

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

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

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

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