#B296AC

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

Shades of London Hue #B296AC

Tints of London Hue #B296AC

Color information

#B296AC (or 0xB296AC) is unknown color: approx London Hue. HEX triplet: B2, 96 and AC. RGB value is (178,150,172). Sum of RGB (Red+Green+Blue) = 178+150+172=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 178 - color contains mainly: red. Hex color #B296AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B296AC is #4D6953. Grayscale: #A0A0A0. Windows color (decimal): -5073236 or 11310770. OLE color: 11310770.

HSL color Cylindrical-coordinate representation of color #B296AC: hue angle of 312.86º 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 #B296AC is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB178150172-
CMYK00.160.030.30
HSL312.86º15.38%64.31%-
HSV(B)312.86º15.73%69.8%-
XYZ36.7134.2643.71-
YUV160.88134.28140.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.6%
GREEN value IS 150 (58.98% from 255) = 30%
BLUE value IS 172 (67.58% from 255) = 34.4%
R=35.6%
G=30%
B=34.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815017200.160.030.30312.8615.3864.31
HexB296AC01031E139f40
Octal26222625402033647117100
Binary101100101001011010101100010000111111010011100111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B296AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B296AC; }

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

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

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

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

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

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

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

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