#B096AC

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

Shades of London Hue #B096AC

Tints of London Hue #B096AC

Color information

#B096AC (or 0xB096AC) is unknown color: approx London Hue. HEX triplet: B0, 96 and AC. RGB value is (176,150,172). Sum of RGB (Red+Green+Blue) = 176+150+172=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 176 - color contains mainly: red. Hex color #B096AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B096AC is #4F6953. Grayscale: #A0A0A0. Windows color (decimal): -5204308 or 11310768. OLE color: 11310768.

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

Color convert

RGB176150172-
CMYK00.150.020.31
HSL309.23º14.13%63.92%-
HSV(B)309.23º14.77%69.02%-
XYZ36.2634.0243.69-
YUV160.28134.61139.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.34%
GREEN value IS 150 (58.98% from 255) = 30.12%
BLUE value IS 172 (67.58% from 255) = 34.54%
R=35.34%
G=30.12%
B=34.54%

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
Decimal17615017200.150.020.31309.2314.1363.92
HexB096AC0F21F135e40
Octal26022625401723746516100
Binary10110000100101101010110001111101111110011010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B096AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B096AC; }

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

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

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

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

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

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

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

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