#BF98FA

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

Shades of Perfume #BF98FA

Tints of Perfume #BF98FA

Color information

#BF98FA (or 0xBF98FA) is unknown color: approx Perfume. HEX triplet: BF, 98 and FA. RGB value is (191,152,250). Sum of RGB (Red+Green+Blue) = 191+152+250=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 152 (59.77% from 255 or 25.63% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF98FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF98FA is #406705. Grayscale: #AEAEAE. Windows color (decimal): -4220678 or 16423103. OLE color: 16423103.

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

Color convert

RGB191152250-
CMYK0.240.3900.02
HSL263.88º90.74%78.82%-
HSV(B)263.88º39.2%98.04%-
XYZ49.9740.4395.61-
YUV174.83170.42139.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.21%
GREEN value IS 152 (59.77% from 255) = 25.63%
BLUE value IS 250 (98.05% from 255) = 42.16%
R=32.21%
G=25.63%
B=42.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911522500.240.3900.02263.8890.7478.82
HexBF98FA1827021085b4f
Octal277230372304702410133117
Binary1011111110011000111110101100010011101010000100010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF98FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF98FA; }

 p { color: rgb(191,152,250); }

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

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

 a { background-color: rgb(191,152,250); }

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

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

 span { border-color: rgb(191,152,250); }

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