#B99DB5

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

Shades of London Hue #B99DB5

Tints of London Hue #B99DB5

Color information

#B99DB5 (or 0xB99DB5) is unknown color: approx London Hue. HEX triplet: B9, 9D and B5. RGB value is (185,157,181). Sum of RGB (Red+Green+Blue) = 185+157+181=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 185 - color contains mainly: red. Hex color #B99DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99DB5 is #46624A. Grayscale: #A8A8A8. Windows color (decimal): -4612683 or 11902393. OLE color: 11902393.

HSL color Cylindrical-coordinate representation of color #B99DB5: hue angle of 308.57º degrees, saturation: 0.17, 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 #B99DB5 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB185157181-
CMYK00.150.020.27
HSL308.57º16.67%67.06%-
HSV(B)308.57º15.14%72.55%-
XYZ40.4137.7648.88-
YUV168.11135.28140.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.37%
GREEN value IS 157 (61.72% from 255) = 30.02%
BLUE value IS 181 (71.09% from 255) = 34.61%
R=35.37%
G=30.02%
B=34.61%

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
Decimal18515718100.150.020.27308.5716.6767.06
HexB99DB50F21B1351143
Octal27123526501723346521103
Binary101110011001110110110101011111011011100110101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99DB5; }

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

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

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

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

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

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

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

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