#B09CA2

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

Shades of Shady Lady #B09CA2

Tints of Shady Lady #B09CA2

Color information

#B09CA2 (or 0xB09CA2) is unknown color: approx Shady Lady. HEX triplet: B0, 9C and A2. RGB value is (176,156,162). Sum of RGB (Red+Green+Blue) = 176+156+162=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 162 (63.67% from 255 or 32.79% from 494); Max value from RGB is 176 - color contains mainly: red. Hex color #B09CA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09CA2 is #4F635D. Grayscale: #A2A2A2. Windows color (decimal): -5202782 or 10656944. OLE color: 10656944.

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

Color convert

RGB176156162-
CMYK00.110.080.31
HSL342º11.24%65.1%-
HSV(B)342º11.36%69.02%-
XYZ36.3135.6239.14-
YUV162.66127.63137.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.63%
GREEN value IS 156 (61.33% from 255) = 31.58%
BLUE value IS 162 (63.67% from 255) = 32.79%
R=35.63%
G=31.58%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615616200.110.080.3134211.2465.1
HexB09CA20B81F156b41
Octal260234242013103752613101
Binary1011000010011100101000100101110001111110101011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09CA2; }

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

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

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

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

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

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

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

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