#B99FB5

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

Shades of London Hue #B99FB5

Tints of London Hue #B99FB5

Color information

#B99FB5 (or 0xB99FB5) is unknown color: approx London Hue. HEX triplet: B9, 9F and B5. RGB value is (185,159,181). Sum of RGB (Red+Green+Blue) = 185+159+181=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 181 (71.09% from 255 or 34.48% from 525); Max value from RGB is 185 - color contains mainly: red. Hex color #B99FB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99FB5 is #46604A. Grayscale: #A9A9A9. Windows color (decimal): -4612171 or 11902905. OLE color: 11902905.

HSL color Cylindrical-coordinate representation of color #B99FB5: hue angle of 309.23º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B99FB5 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB185159181-
CMYK00.140.020.27
HSL309.23º15.66%67.45%-
HSV(B)309.23º14.05%72.55%-
XYZ40.7538.4548.99-
YUV169.28134.61139.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.24%
GREEN value IS 159 (62.5% from 255) = 30.29%
BLUE value IS 181 (71.09% from 255) = 34.48%
R=35.24%
G=30.29%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515918100.140.020.27309.2315.6667.45
HexB99FB50E21B1351043
Octal27123726501623346520103
Binary101110011001111110110101011101011011100110101100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99FB5; }

 p { color: rgb(185,159,181); }

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

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

 a { background-color: rgb(185,159,181); }

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

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

 span { border-color: rgb(185,159,181); }

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