#BF99F5

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

Shades of Perfume #BF99F5

Tints of Perfume #BF99F5

Color information

#BF99F5 (or 0xBF99F5) is unknown color: approx Perfume. HEX triplet: BF, 99 and F5. RGB value is (191,153,245). Sum of RGB (Red+Green+Blue) = 191+153+245=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 153 (60.16% from 255 or 25.98% from 589); Blue value is 245 (96.09% from 255 or 41.60% from 589); Max value from RGB is 245 - color contains mainly: blue. Hex color #BF99F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF99F5 is #40660A. Grayscale: #AEAEAE. Windows color (decimal): -4220427 or 16095679. OLE color: 16095679.

HSL color Cylindrical-coordinate representation of color #BF99F5: hue angle of 264.78º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF99F5 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191153245-
CMYK0.220.3800.04
HSL264.78º82.14%78.04%-
HSV(B)264.78º37.55%96.08%-
XYZ49.3640.4591.59-
YUV174.85167.59139.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.43%
GREEN value IS 153 (60.16% from 255) = 25.98%
BLUE value IS 245 (96.09% from 255) = 41.60%
R=32.43%
G=25.98%
B=41.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1911532450.220.3800.04264.7882.1478.04
HexBF99F5162604109524e
Octal277231365264604411122116
Binary10111111100110011111010110110100110010010000100110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF99F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF99F5; }

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

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

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

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

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

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

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

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