#BF9EB5

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

Shades of Lily #BF9EB5

Tints of Lily #BF9EB5

Color information

#BF9EB5 (or 0xBF9EB5) is unknown color: approx Lily. HEX triplet: BF, 9E and B5. RGB value is (191,158,181). Sum of RGB (Red+Green+Blue) = 191+158+181=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9EB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9EB5 is #40614A. Grayscale: #AAAAAA. Windows color (decimal): -4219211 or 11902655. OLE color: 11902655.

HSL color Cylindrical-coordinate representation of color #BF9EB5: hue angle of 318.18º 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 #BF9EB5 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB191158181-
CMYK00.170.050.25
HSL318.18º20.5%68.43%-
HSV(B)318.18º17.28%74.9%-
XYZ42.0538.8749-
YUV170.49133.93142.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.04%
GREEN value IS 158 (62.11% from 255) = 29.81%
BLUE value IS 181 (71.09% from 255) = 34.15%
R=36.04%
G=29.81%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115818100.170.050.25318.1820.568.43
HexBF9EB501151913e1444
Octal27723626502153147624104
Binary10111111100111101011010101000110111001100111110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9EB5; }

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

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

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

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

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

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

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

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