#B99EB6

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

Shades of London Hue #B99EB6

Tints of London Hue #B99EB6

Color information

#B99EB6 (or 0xB99EB6) is unknown color: approx London Hue. HEX triplet: B9, 9E and B6. RGB value is (185,158,182). Sum of RGB (Red+Green+Blue) = 185+158+182=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 182 (71.48% from 255 or 34.67% from 525); Max value from RGB is 185 - color contains mainly: red. Hex color #B99EB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99EB6 is #466149. Grayscale: #A8A8A8. Windows color (decimal): -4612426 or 11968185. OLE color: 11968185.

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

Color convert

RGB185158182-
CMYK00.150.020.27
HSL306.67º16.17%67.25%-
HSV(B)306.67º14.59%72.55%-
XYZ40.6838.1549.47-
YUV168.81135.45139.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.24%
GREEN value IS 158 (62.11% from 255) = 30.10%
BLUE value IS 182 (71.48% from 255) = 34.67%
R=35.24%
G=30.10%
B=34.67%

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
Decimal18515818200.150.020.27306.6716.1767.25
HexB99EB60F21B1331043
Octal27123626601723346320103
Binary101110011001111010110110011111011011100110011100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99EB6; }

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

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

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

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

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

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

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

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