#BF96F9

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

Shades of Perfume #BF96F9

Tints of Perfume #BF96F9

Color information

#BF96F9 (or 0xBF96F9) is unknown color: approx Perfume. HEX triplet: BF, 96 and F9. RGB value is (191,150,249). Sum of RGB (Red+Green+Blue) = 191+150+249=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 150 (58.98% from 255 or 25.42% from 590); Blue value is 249 (97.66% from 255 or 42.20% from 590); Max value from RGB is 249 - color contains mainly: blue. Hex color #BF96F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF96F9 is #406906. Grayscale: #ADADAD. Windows color (decimal): -4221191 or 16357055. OLE color: 16357055.

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

Color convert

RGB191150249-
CMYK0.230.4000.02
HSL264.85º89.19%78.24%-
HSV(B)264.85º39.76%97.65%-
XYZ49.4939.7394.68-
YUV173.54170.58140.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.37%
GREEN value IS 150 (58.98% from 255) = 25.42%
BLUE value IS 249 (97.66% from 255) = 42.20%
R=32.37%
G=25.42%
B=42.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911502490.230.4000.02264.8589.1978.24
HexBF96F9172802109594e
Octal277226371275002411131116
Binary1011111110010110111110011011110100001010000100110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF96F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF96F9; }

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

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

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

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

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

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

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

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