#BF91F9

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

Shades of Perfume #BF91F9

Tints of Perfume #BF91F9

Color information

#BF91F9 (or 0xBF91F9) is unknown color: approx Perfume. HEX triplet: BF, 91 and F9. RGB value is (191,145,249). Sum of RGB (Red+Green+Blue) = 191+145+249=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 145 (57.03% from 255 or 24.79% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 249 - color contains mainly: blue. Hex color #BF91F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF91F9 is #406E06. Grayscale: #AAAAAA. Windows color (decimal): -4222471 or 16355775. OLE color: 16355775.

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

Color convert

RGB191145249-
CMYK0.230.4200.02
HSL266.54º89.66%77.25%-
HSV(B)266.54º41.77%97.65%-
XYZ48.7138.1794.42-
YUV170.61172.24142.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.65%
GREEN value IS 145 (57.03% from 255) = 24.79%
BLUE value IS 249 (97.66% from 255) = 42.56%
R=32.65%
G=24.79%
B=42.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911452490.230.4200.02266.5489.6677.25
HexBF91F9172A0210b5a4d
Octal277221371275202413132115
Binary1011111110010001111110011011110101001010000101110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF91F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF91F9; }

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

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

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

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

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

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

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

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