#B296AA

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

Shades of London Hue #B296AA

Tints of London Hue #B296AA

Color information

#B296AA (or 0xB296AA) is unknown color: approx London Hue. HEX triplet: B2, 96 and AA. RGB value is (178,150,170). Sum of RGB (Red+Green+Blue) = 178+150+170=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 178 - color contains mainly: red. Hex color #B296AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B296AA is #4D6955. Grayscale: #A0A0A0. Windows color (decimal): -5073238 or 11179698. OLE color: 11179698.

HSL color Cylindrical-coordinate representation of color #B296AA: hue angle of 317.14º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B296AA is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB178150170-
CMYK00.160.040.30
HSL317.14º15.38%64.31%-
HSV(B)317.14º15.73%69.8%-
XYZ36.5234.1842.7-
YUV160.65133.28140.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.74%
GREEN value IS 150 (58.98% from 255) = 30.12%
BLUE value IS 170 (66.80% from 255) = 34.14%
R=35.74%
G=30.12%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815017000.160.040.30317.1415.3864.31
HexB296AA01041E13df40
Octal26222625202043647517100
Binary1011001010010110101010100100001001111010011110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B296AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B296AA; }

 p { color: rgb(178,150,170); }

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

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

 a { background-color: rgb(178,150,170); }

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

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

 span { border-color: rgb(178,150,170); }

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