#B99FB7

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

Shades of London Hue #B99FB7

Tints of London Hue #B99FB7

Color information

#B99FB7 (or 0xB99FB7) is unknown color: approx London Hue. HEX triplet: B9, 9F and B7. RGB value is (185,159,183). Sum of RGB (Red+Green+Blue) = 185+159+183=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 183 (71.88% from 255 or 34.72% from 527); Max value from RGB is 185 - color contains mainly: red. Hex color #B99FB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99FB7 is #466048. Grayscale: #A9A9A9. Windows color (decimal): -4612169 or 12033977. OLE color: 12033977.

HSL color Cylindrical-coordinate representation of color #B99FB7: hue angle of 304.62º 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 #B99FB7 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB185159183-
CMYK00.140.010.27
HSL304.62º15.66%67.45%-
HSV(B)304.62º14.05%72.55%-
XYZ40.9538.5350.08-
YUV169.51135.61139.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.10%
GREEN value IS 159 (62.5% from 255) = 30.17%
BLUE value IS 183 (71.88% from 255) = 34.72%
R=35.10%
G=30.17%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515918300.140.010.27304.6215.6667.45
HexB99FB70E11B1311043
Octal27123726701613346120103
Binary10111001100111111011011101110111011100110001100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99FB7; }

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

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

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

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

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

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

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

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