#B99DB4

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

Shades of London Hue #B99DB4

Tints of London Hue #B99DB4

Color information

#B99DB4 (or 0xB99DB4) is unknown color: approx London Hue. HEX triplet: B9, 9D and B4. RGB value is (185,157,180). Sum of RGB (Red+Green+Blue) = 185+157+180=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 180 (70.70% from 255 or 34.48% from 522); Max value from RGB is 185 - color contains mainly: red. Hex color #B99DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99DB4 is #46624B. Grayscale: #A7A7A7. Windows color (decimal): -4612684 or 11836857. OLE color: 11836857.

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

Color convert

RGB185157180-
CMYK00.150.030.27
HSL310.71º16.67%67.06%-
HSV(B)310.71º15.14%72.55%-
XYZ40.337.7248.34-
YUV167.99134.78140.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.44%
GREEN value IS 157 (61.72% from 255) = 30.08%
BLUE value IS 180 (70.70% from 255) = 34.48%
R=35.44%
G=30.08%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515718000.150.030.27310.7116.6767.06
HexB99DB40F31B1371143
Octal27123526401733346721103
Binary101110011001110110110100011111111011100110111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99DB4; }

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

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

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

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

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

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

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

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