#BF9DB8

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

Shades of Lily #BF9DB8

Tints of Lily #BF9DB8

Color information

#BF9DB8 (or 0xBF9DB8) is unknown color: approx Lily. HEX triplet: BF, 9D and B8. RGB value is (191,157,184). Sum of RGB (Red+Green+Blue) = 191+157+184=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 184 (72.27% from 255 or 34.59% from 532); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9DB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9DB8 is #406247. Grayscale: #AAAAAA. Windows color (decimal): -4219464 or 12099007. OLE color: 12099007.

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

Color convert

RGB191157184-
CMYK00.180.040.25
HSL312.35º20.99%68.24%-
HSV(B)312.35º17.8%74.9%-
XYZ42.1938.6550.58-
YUV170.24135.76142.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.90%
GREEN value IS 157 (61.72% from 255) = 29.51%
BLUE value IS 184 (72.27% from 255) = 34.59%
R=35.90%
G=29.51%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115718400.180.040.25312.3520.9968.24
HexBF9DB80124191381544
Octal27723527002243147025104
Binary10111111100111011011100001001010011001100111000101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9DB8; }

 p { color: rgb(191,157,184); }

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

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

 a { background-color: rgb(191,157,184); }

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

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

 span { border-color: rgb(191,157,184); }

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