#BF9FF9

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

Shades of Perfume #BF9FF9

Tints of Perfume #BF9FF9

Color information

#BF9FF9 (or 0xBF9FF9) is unknown color: approx Perfume. HEX triplet: BF, 9F and F9. RGB value is (191,159,249). Sum of RGB (Red+Green+Blue) = 191+159+249=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 159 (62.5% from 255 or 26.54% from 599); Blue value is 249 (97.66% from 255 or 41.57% from 599); Max value from RGB is 249 - color contains mainly: blue. Hex color #BF9FF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9FF9 is #406006. Grayscale: #B2B2B2. Windows color (decimal): -4218887 or 16359359. OLE color: 16359359.

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

Color convert

RGB191159249-
CMYK0.230.3600.02
HSL261.33º88.24%80%-
HSV(B)261.33º36.14%97.65%-
XYZ50.9842.7195.18-
YUV178.83167.6136.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.89%
GREEN value IS 159 (62.5% from 255) = 26.54%
BLUE value IS 249 (97.66% from 255) = 41.57%
R=31.89%
G=26.54%
B=41.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911592490.230.3600.02261.3388.2480
HexBF9FF91724021055850
Octal277237371274402405130120
Binary1011111110011111111110011011110010001010000010110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9FF9; }

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

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

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

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

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

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

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

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