#B097AE

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

Shades of London Hue #B097AE

Tints of London Hue #B097AE

Color information

#B097AE (or 0xB097AE) is unknown color: approx London Hue. HEX triplet: B0, 97 and AE. RGB value is (176,151,174). Sum of RGB (Red+Green+Blue) = 176+151+174=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 176 - color contains mainly: red. Hex color #B097AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B097AE is #4F6851. Grayscale: #A1A1A1. Windows color (decimal): -5204050 or 11442096. OLE color: 11442096.

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

Color convert

RGB176151174-
CMYK00.140.010.31
HSL304.8º13.66%64.12%-
HSV(B)304.8º14.2%69.02%-
XYZ36.6134.4244.76-
YUV161.1135.28138.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.13%
GREEN value IS 151 (59.38% from 255) = 30.14%
BLUE value IS 174 (68.36% from 255) = 34.73%
R=35.13%
G=30.14%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615117400.140.010.31304.813.6664.12
HexB097AE0E11F131e40
Octal26022725601613746116100
Binary1011000010010111101011100111011111110011000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B097AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B097AE; }

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

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

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

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

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

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

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

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