#B096A7

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

Shades of London Hue #B096A7

Tints of London Hue #B096A7

Color information

#B096A7 (or 0xB096A7) is unknown color: approx London Hue. HEX triplet: B0, 96 and A7. RGB value is (176,150,167). Sum of RGB (Red+Green+Blue) = 176+150+167=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 167 (65.62% from 255 or 33.87% from 493); Max value from RGB is 176 - color contains mainly: red. Hex color #B096A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B096A7 is #4F6958. Grayscale: #9F9F9F. Windows color (decimal): -5204313 or 10983088. OLE color: 10983088.

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

Color convert

RGB176150167-
CMYK00.150.050.31
HSL320.77º14.13%63.92%-
HSV(B)320.77º14.77%69.02%-
XYZ35.7933.8341.2-
YUV159.71132.11139.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.70%
GREEN value IS 150 (58.98% from 255) = 30.43%
BLUE value IS 167 (65.62% from 255) = 33.87%
R=35.70%
G=30.43%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615016700.150.050.31320.7714.1363.92
HexB096A70F51F141e40
Octal26022624701753750116100
Binary101100001001011010100111011111011111110100000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B096A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B096A7; }

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

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

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

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

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

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

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

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