#B99EB4

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

Shades of London Hue #B99EB4

Tints of London Hue #B99EB4

Color information

#B99EB4 (or 0xB99EB4) is unknown color: approx London Hue. HEX triplet: B9, 9E and B4. RGB value is (185,158,180). Sum of RGB (Red+Green+Blue) = 185+158+180=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 185 - color contains mainly: red. Hex color #B99EB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99EB4 is #46614B. Grayscale: #A8A8A8. Windows color (decimal): -4612428 or 11837113. OLE color: 11837113.

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

Color convert

RGB185158180-
CMYK00.150.030.27
HSL311.11º16.17%67.25%-
HSV(B)311.11º14.59%72.55%-
XYZ40.4738.0648.39-
YUV168.58134.45139.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.37%
GREEN value IS 158 (62.11% from 255) = 30.21%
BLUE value IS 180 (70.70% from 255) = 34.42%
R=35.37%
G=30.21%
B=34.42%

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
Decimal18515818000.150.030.27311.1116.1767.25
HexB99EB40F31B1371043
Octal27123626401733346720103
Binary101110011001111010110100011111111011100110111100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99EB4; }

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

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

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

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

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

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

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

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