#BF9DF5

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

Shades of Perfume #BF9DF5

Tints of Perfume #BF9DF5

Color information

#BF9DF5 (or 0xBF9DF5) is unknown color: approx Perfume. HEX triplet: BF, 9D and F5. RGB value is (191,157,245). Sum of RGB (Red+Green+Blue) = 191+157+245=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 245 (96.09% from 255 or 41.32% from 593); Max value from RGB is 245 - color contains mainly: blue. Hex color #BF9DF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9DF5 is #40620A. Grayscale: #B0B0B0. Windows color (decimal): -4219403 or 16096703. OLE color: 16096703.

HSL color Cylindrical-coordinate representation of color #BF9DF5: hue angle of 263.18º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF9DF5 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191157245-
CMYK0.220.3600.04
HSL263.18º81.48%78.82%-
HSV(B)263.18º35.92%96.08%-
XYZ50.0241.7891.81-
YUV177.2166.26137.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.21%
GREEN value IS 157 (61.72% from 255) = 26.48%
BLUE value IS 245 (96.09% from 255) = 41.32%
R=32.21%
G=26.48%
B=41.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1911572450.220.3600.04263.1881.4878.82
HexBF9DF5162404107514f
Octal277235365264404407121117
Binary10111111100111011111010110110100100010010000011110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9DF5; }

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

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

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

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

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

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

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

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