#B097AC

Color #B097AC London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B097AC

Tints of London Hue #B097AC

Color information

#B097AC (or 0xB097AC) is unknown color: approx London Hue. HEX triplet: B0, 97 and AC. RGB value is (176,151,172). Sum of RGB (Red+Green+Blue) = 176+151+172=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 176 - color contains mainly: red. Hex color #B097AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B097AC is #4F6853. Grayscale: #A0A0A0. Windows color (decimal): -5204052 or 11311024. OLE color: 11311024.

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

Color convert

RGB176151172-
CMYK00.140.020.31
HSL309.6º13.66%64.12%-
HSV(B)309.6º14.2%69.02%-
XYZ36.4234.3443.74-
YUV160.87134.28138.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.27%
GREEN value IS 151 (59.38% from 255) = 30.26%
BLUE value IS 172 (67.58% from 255) = 34.47%
R=35.27%
G=30.26%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615117200.140.020.31309.613.6664.12
HexB097AC0E21F136e40
Octal26022725401623746616100
Binary10110000100101111010110001110101111110011011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B097AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B097AC; }

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

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

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

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

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

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

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

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