#B996BA

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

Shades of London Hue #B996BA

Tints of London Hue #B996BA

Color information

#B996BA (or 0xB996BA) is unknown color: approx London Hue. HEX triplet: B9, 96 and BA. RGB value is (185,150,186). Sum of RGB (Red+Green+Blue) = 185+150+186=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 186 - color contains mainly: blue. Hex color #B996BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B996BA is #466945. Grayscale: #A4A4A4. Windows color (decimal): -4614470 or 12228281. OLE color: 12228281.

HSL color Cylindrical-coordinate representation of color #B996BA: hue angle of 298.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B996BA is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB185150186-
CMYK0.010.1900.27
HSL298.33º20.69%65.88%-
HSV(B)298.33º19.35%72.94%-
XYZ39.7835.6751.24-
YUV164.57140.1142.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.51%
GREEN value IS 150 (58.98% from 255) = 28.79%
BLUE value IS 186 (73.05% from 255) = 35.70%
R=35.51%
G=28.79%
B=35.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851501860.010.1900.27298.3320.6965.88
HexB996BA11301B12a1542
Octal27122627212303345225102
Binary101110011001011010111010110011011011100101010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B996BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B996BA; }

 p { color: rgb(185,150,186); }

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

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

 a { background-color: rgb(185,150,186); }

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

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

 span { border-color: rgb(185,150,186); }

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