#BF98FC

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

Shades of Perfume #BF98FC

Tints of Perfume #BF98FC

Color information

#BF98FC (or 0xBF98FC) is unknown color: approx Perfume. HEX triplet: BF, 98 and FC. RGB value is (191,152,252). Sum of RGB (Red+Green+Blue) = 191+152+252=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 152 (59.77% from 255 or 25.55% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #BF98FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF98FC is #406703. Grayscale: #AEAEAE. Windows color (decimal): -4220676 or 16554175. OLE color: 16554175.

HSL color Cylindrical-coordinate representation of color #BF98FC: hue angle of 263.4º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF98FC is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB191152252-
CMYK0.240.4000.01
HSL263.4º94.34%79.22%-
HSV(B)263.4º39.68%98.82%-
XYZ50.2840.5697.27-
YUV175.06171.42139.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.10%
GREEN value IS 152 (59.77% from 255) = 25.55%
BLUE value IS 252 (98.83% from 255) = 42.35%
R=32.10%
G=25.55%
B=42.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1911522520.240.4000.01263.494.3479.22
HexBF98FC1828011075e4f
Octal277230374305001407136117
Binary101111111001100011111100110001010000110000011110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF98FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF98FC; }

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

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

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

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

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

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

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

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