#BF99FC

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

Shades of Perfume #BF99FC

Tints of Perfume #BF99FC

Color information

#BF99FC (or 0xBF99FC) is unknown color: approx Perfume. HEX triplet: BF, 99 and FC. RGB value is (191,153,252). Sum of RGB (Red+Green+Blue) = 191+153+252=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 153 (60.16% from 255 or 25.67% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #BF99FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF99FC is #406603. Grayscale: #AFAFAF. Windows color (decimal): -4220420 or 16554431. OLE color: 16554431.

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

Color convert

RGB191153252-
CMYK0.240.3900.01
HSL263.03º94.29%79.41%-
HSV(B)263.03º39.29%98.82%-
XYZ50.4540.8997.33-
YUV175.65171.09138.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.05%
GREEN value IS 153 (60.16% from 255) = 25.67%
BLUE value IS 252 (98.83% from 255) = 42.28%
R=32.05%
G=25.67%
B=42.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1911532520.240.3900.01263.0394.2979.41
HexBF99FC1827011075e4f
Octal277231374304701407136117
Binary101111111001100111111100110001001110110000011110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF99FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF99FC; }

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

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

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

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

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

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

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

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