#B99DB3

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

Shades of London Hue #B99DB3

Tints of London Hue #B99DB3

Color information

#B99DB3 (or 0xB99DB3) is unknown color: approx London Hue. HEX triplet: B9, 9D and B3. RGB value is (185,157,179). Sum of RGB (Red+Green+Blue) = 185+157+179=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 179 (70.31% from 255 or 34.36% from 521); Max value from RGB is 185 - color contains mainly: red. Hex color #B99DB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99DB3 is #46624C. Grayscale: #A7A7A7. Windows color (decimal): -4612685 or 11771321. OLE color: 11771321.

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

Color convert

RGB185157179-
CMYK00.150.030.27
HSL312.86º16.67%67.06%-
HSV(B)312.86º15.14%72.55%-
XYZ40.237.6847.8-
YUV167.88134.28140.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.51%
GREEN value IS 157 (61.72% from 255) = 30.13%
BLUE value IS 179 (70.31% from 255) = 34.36%
R=35.51%
G=30.13%
B=34.36%

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
Decimal18515717900.150.030.27312.8616.6767.06
HexB99DB30F31B1391143
Octal27123526301733347121103
Binary101110011001110110110011011111111011100111001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99DB3; }

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

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

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

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

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

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

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

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