#B096AD

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

Shades of London Hue #B096AD

Tints of London Hue #B096AD

Color information

#B096AD (or 0xB096AD) is unknown color: approx London Hue. HEX triplet: B0, 96 and AD. RGB value is (176,150,173). Sum of RGB (Red+Green+Blue) = 176+150+173=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 176 - color contains mainly: red. Hex color #B096AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B096AD is #4F6952. Grayscale: #A0A0A0. Windows color (decimal): -5204307 or 11376304. OLE color: 11376304.

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

Color convert

RGB176150173-
CMYK00.150.020.31
HSL306.92º14.13%63.92%-
HSV(B)306.92º14.77%69.02%-
XYZ36.3534.0644.19-
YUV160.4135.11139.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.27%
GREEN value IS 150 (58.98% from 255) = 30.06%
BLUE value IS 173 (67.97% from 255) = 34.67%
R=35.27%
G=30.06%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615017300.150.020.31306.9214.1363.92
HexB096AD0F21F133e40
Octal26022625501723746316100
Binary10110000100101101010110101111101111110011001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B096AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B096AD; }

 p { color: rgb(176,150,173); }

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

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

 a { background-color: rgb(176,150,173); }

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

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

 span { border-color: rgb(176,150,173); }

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