#BF97F9

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

Shades of Perfume #BF97F9

Tints of Perfume #BF97F9

Color information

#BF97F9 (or 0xBF97F9) is unknown color: approx Perfume. HEX triplet: BF, 97 and F9. RGB value is (191,151,249). Sum of RGB (Red+Green+Blue) = 191+151+249=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 151 (59.38% from 255 or 25.55% from 591); Blue value is 249 (97.66% from 255 or 42.13% from 591); Max value from RGB is 249 - color contains mainly: blue. Hex color #BF97F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF97F9 is #406806. Grayscale: #ADADAD. Windows color (decimal): -4220935 or 16357311. OLE color: 16357311.

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

Color convert

RGB191151249-
CMYK0.230.3900.02
HSL264.49º89.09%78.43%-
HSV(B)264.49º39.36%97.65%-
XYZ49.6540.0594.74-
YUV174.13170.25140.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.32%
GREEN value IS 151 (59.38% from 255) = 25.55%
BLUE value IS 249 (97.66% from 255) = 42.13%
R=32.32%
G=25.55%
B=42.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911512490.230.3900.02264.4989.0978.43
HexBF97F9172702108594e
Octal277227371274702410131116
Binary1011111110010111111110011011110011101010000100010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF97F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF97F9; }

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

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

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

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

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

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

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

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