#BF9FED

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

Shades of Perfume #BF9FED

Tints of Perfume #BF9FED

Color information

#BF9FED (or 0xBF9FED) is unknown color: approx Perfume. HEX triplet: BF, 9F and ED. RGB value is (191,159,237). Sum of RGB (Red+Green+Blue) = 191+159+237=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 159 (62.5% from 255 or 27.09% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF9FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9FED is #406012. Grayscale: #B1B1B1. Windows color (decimal): -4218899 or 15572927. OLE color: 15572927.

HSL color Cylindrical-coordinate representation of color #BF9FED: hue angle of 264.62º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BF9FED is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191159237-
CMYK0.190.3300.07
HSL264.62º68.42%77.65%-
HSV(B)264.62º32.91%92.94%-
XYZ49.1741.9985.63-
YUV177.46161.6137.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.54%
GREEN value IS 159 (62.5% from 255) = 27.09%
BLUE value IS 237 (92.97% from 255) = 40.37%
R=32.54%
G=27.09%
B=40.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911592370.190.3300.07264.6268.4277.65
HexBF9FED132107109444e
Octal277237355234107411104116
Binary10111111100111111110110110011100001011110000100110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9FED; }

 p { color: rgb(191,159,237); }

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

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

 a { background-color: rgb(191,159,237); }

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

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

 span { border-color: rgb(191,159,237); }

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