#B99EB5

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

Shades of London Hue #B99EB5

Tints of London Hue #B99EB5

Color information

#B99EB5 (or 0xB99EB5) is unknown color: approx London Hue. HEX triplet: B9, 9E and B5. RGB value is (185,158,181). Sum of RGB (Red+Green+Blue) = 185+158+181=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 185 - color contains mainly: red. Hex color #B99EB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99EB5 is #46614A. Grayscale: #A8A8A8. Windows color (decimal): -4612427 or 11902649. OLE color: 11902649.

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

Color convert

RGB185158181-
CMYK00.150.020.27
HSL308.89º16.17%67.25%-
HSV(B)308.89º14.59%72.55%-
XYZ40.5738.148.93-
YUV168.7134.95139.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.31%
GREEN value IS 158 (62.11% from 255) = 30.15%
BLUE value IS 181 (71.09% from 255) = 34.54%
R=35.31%
G=30.15%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515818100.150.020.27308.8916.1767.25
HexB99EB50F21B1351043
Octal27123626501723346520103
Binary101110011001111010110101011111011011100110101100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99EB5; }

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

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

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

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

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

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

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

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