#B096AF

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

Shades of London Hue #B096AF

Tints of London Hue #B096AF

Color information

#B096AF (or 0xB096AF) is unknown color: approx London Hue. HEX triplet: B0, 96 and AF. RGB value is (176,150,175). Sum of RGB (Red+Green+Blue) = 176+150+175=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 176 - color contains mainly: red. Hex color #B096AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B096AF is #4F6950. Grayscale: #A0A0A0. Windows color (decimal): -5204305 or 11507376. OLE color: 11507376.

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

Color convert

RGB176150175-
CMYK00.150.010.31
HSL302.31º14.13%63.92%-
HSV(B)302.31º14.77%69.02%-
XYZ36.5534.1445.22-
YUV160.62136.11138.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.13%
GREEN value IS 150 (58.98% from 255) = 29.94%
BLUE value IS 175 (68.75% from 255) = 34.93%
R=35.13%
G=29.94%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615017500.150.010.31302.3114.1363.92
HexB096AF0F11F12ee40
Octal26022625701713745616100
Binary1011000010010110101011110111111111110010111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B096AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B096AF; }

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

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

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

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

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

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

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

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