#B097A6

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

Shades of Shady Lady #B097A6

Tints of Shady Lady #B097A6

Color information

#B097A6 (or 0xB097A6) is unknown color: approx Shady Lady. HEX triplet: B0, 97 and A6. RGB value is (176,151,166). Sum of RGB (Red+Green+Blue) = 176+151+166=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 151 (59.38% from 255 or 30.63% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 176 - color contains mainly: red. Hex color #B097A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B097A6 is #4F6859. Grayscale: #A0A0A0. Windows color (decimal): -5204058 or 10917808. OLE color: 10917808.

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

Color convert

RGB176151166-
CMYK00.140.060.31
HSL324º13.66%64.12%-
HSV(B)324º14.2%69.02%-
XYZ35.8534.1240.77-
YUV160.18131.28139.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.70%
GREEN value IS 151 (59.38% from 255) = 30.63%
BLUE value IS 166 (65.23% from 255) = 33.67%
R=35.70%
G=30.63%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615116600.140.060.3132413.6664.12
HexB097A60E61F144e40
Octal26022724601663750416100
Binary101100001001011110100110011101101111110100010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B097A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B097A6; }

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

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

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

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

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

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

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

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