#B996B1

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

Shades of London Hue #B996B1

Tints of London Hue #B996B1

Color information

#B996B1 (or 0xB996B1) is unknown color: approx London Hue. HEX triplet: B9, 96 and B1. RGB value is (185,150,177). Sum of RGB (Red+Green+Blue) = 185+150+177=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 185 - color contains mainly: red. Hex color #B996B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B996B1 is #46694E. Grayscale: #A3A3A3. Windows color (decimal): -4614479 or 11638457. OLE color: 11638457.

HSL color Cylindrical-coordinate representation of color #B996B1: hue angle of 313.71º degrees, saturation: 0.2, 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 #B996B1 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB185150177-
CMYK00.190.040.27
HSL313.71º20%65.69%-
HSV(B)313.71º18.92%72.55%-
XYZ38.8535.346.36-
YUV163.54135.6143.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.13%
GREEN value IS 150 (58.98% from 255) = 29.30%
BLUE value IS 177 (69.53% from 255) = 34.57%
R=36.13%
G=29.30%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515017700.190.040.27313.712065.69
HexB996B101341B13a1442
Octal27122626102343347224102
Binary10111001100101101011000101001110011011100111010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B996B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B996B1; }

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

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

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

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

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

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

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

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