#B99EB1

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

Shades of Lily #B99EB1

Tints of Lily #B99EB1

Color information

#B99EB1 (or 0xB99EB1) is unknown color: approx Lily. HEX triplet: B9, 9E and B1. RGB value is (185,158,177). Sum of RGB (Red+Green+Blue) = 185+158+177=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 185 - color contains mainly: red. Hex color #B99EB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99EB1 is #46614E. Grayscale: #A8A8A8. Windows color (decimal): -4612431 or 11640505. OLE color: 11640505.

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

Color convert

RGB185158177-
CMYK00.150.040.27
HSL317.78º16.17%67.25%-
HSV(B)317.78º14.59%72.55%-
XYZ40.1737.9446.8-
YUV168.24132.95139.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.58%
GREEN value IS 158 (62.11% from 255) = 30.38%
BLUE value IS 177 (69.53% from 255) = 34.04%
R=35.58%
G=30.38%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515817700.150.040.27317.7816.1767.25
HexB99EB10F41B13e1043
Octal27123626101743347620103
Binary1011100110011110101100010111110011011100111110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99EB1; }

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

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

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

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

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

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

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

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