#bf9fe9

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

Shades of Perfume #BF9FE9

Tints of Perfume #BF9FE9

Color information

#BF9FE9 (or 0xBF9FE9) is unknown color: approx Perfume. HEX triplet: BF, 9F and E9. RGB value is (191,159,233). Sum of RGB (Red+Green+Blue) = 191+159+233=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 159 (62.5% from 255 or 27.27% from 583); Blue value is 233 (91.41% from 255 or 39.97% from 583); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF9FE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9FE9 is #406016. Grayscale: #B0B0B0. Windows color (decimal): -4218903 or 15310783. OLE color: 15310783.

HSL color Cylindrical-coordinate representation of color #BF9FE9: hue angle of 265.95º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF9FE9 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB191159233-
CMYK0.180.3200.09
HSL265.95º62.71%76.86%-
HSV(B)265.95º31.76%91.37%-
XYZ48.5941.7682.59-
YUV177159.6137.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.76%
GREEN value IS 159 (62.5% from 255) = 27.27%
BLUE value IS 233 (91.41% from 255) = 39.97%
R=32.76%
G=27.27%
B=39.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1911592330.180.3200.09265.9562.7176.86
HexBF9FE912200910a3f4d
Octal277237351224001141277115
Binary10111111100111111110100110010100000010011000010101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf9fe9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf9fe9; }

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

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

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

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

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

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

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

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