#BF9FF7

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

Shades of Perfume #BF9FF7

Tints of Perfume #BF9FF7

Color information

#BF9FF7 (or 0xBF9FF7) is unknown color: approx Perfume. HEX triplet: BF, 9F and F7. RGB value is (191,159,247). Sum of RGB (Red+Green+Blue) = 191+159+247=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 159 (62.5% from 255 or 26.63% from 597); Blue value is 247 (96.88% from 255 or 41.37% from 597); Max value from RGB is 247 - color contains mainly: blue. Hex color #BF9FF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9FF7 is #406008. Grayscale: #B2B2B2. Windows color (decimal): -4218889 or 16228287. OLE color: 16228287.

HSL color Cylindrical-coordinate representation of color #BF9FF7: hue angle of 261.82º degrees, saturation: 0.85, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF9FF7 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB191159247-
CMYK0.230.3600.03
HSL261.82º84.62%79.61%-
HSV(B)261.82º35.63%96.86%-
XYZ50.6742.5993.55-
YUV178.6166.6136.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.99%
GREEN value IS 159 (62.5% from 255) = 26.63%
BLUE value IS 247 (96.88% from 255) = 41.37%
R=31.99%
G=26.63%
B=41.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1911592470.230.3600.03261.8284.6279.61
HexBF9FF71724031065550
Octal277237367274403406125120
Binary1011111110011111111101111011110010001110000011010101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9FF7; }

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

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

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

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

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

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

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

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