#BF9EB9

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

Shades of Lily #BF9EB9

Tints of Lily #BF9EB9

Color information

#BF9EB9 (or 0xBF9EB9) is unknown color: approx Lily. HEX triplet: BF, 9E and B9. RGB value is (191,158,185). Sum of RGB (Red+Green+Blue) = 191+158+185=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 185 (72.66% from 255 or 34.64% from 534); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9EB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9EB9 is #406146. Grayscale: #AAAAAA. Windows color (decimal): -4219207 or 12164799. OLE color: 12164799.

HSL color Cylindrical-coordinate representation of color #BF9EB9: hue angle of 310.91º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BF9EB9 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB191158185-
CMYK00.170.030.25
HSL310.91º20.5%68.43%-
HSV(B)310.91º17.28%74.9%-
XYZ42.4739.0351.19-
YUV170.94135.93142.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.77%
GREEN value IS 158 (62.11% from 255) = 29.59%
BLUE value IS 185 (72.66% from 255) = 34.64%
R=35.77%
G=29.59%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115818500.170.030.25310.9120.568.43
HexBF9EB90113191371444
Octal27723627102133146724104
Binary1011111110011110101110010100011111001100110111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9EB9; }

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

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

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

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

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

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

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

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