#B09FA4

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

Shades of Shady Lady #B09FA4

Tints of Shady Lady #B09FA4

Color information

#B09FA4 (or 0xB09FA4) is unknown color: approx Shady Lady. HEX triplet: B0, 9F and A4. RGB value is (176,159,164). Sum of RGB (Red+Green+Blue) = 176+159+164=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 164 (64.45% from 255 or 32.87% from 499); Max value from RGB is 176 - color contains mainly: red. Hex color #B09FA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09FA4 is #4F605B. Grayscale: #A4A4A4. Windows color (decimal): -5202012 or 10788784. OLE color: 10788784.

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

Color convert

RGB176159164-
CMYK00.100.070.31
HSL342.35º9.71%65.69%-
HSV(B)342.35º9.66%69.02%-
XYZ3736.7140.26-
YUV164.65127.63136.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.27%
GREEN value IS 159 (62.5% from 255) = 31.86%
BLUE value IS 164 (64.45% from 255) = 32.87%
R=35.27%
G=31.86%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615916400.100.070.31342.359.7165.69
HexB09FA40A71F156a42
Octal26023724401273752612102
Binary101100001001111110100100010101111111110101011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09FA4; }

 p { color: rgb(176,159,164); }

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

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

 a { background-color: rgb(176,159,164); }

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

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

 span { border-color: rgb(176,159,164); }

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