#BF99F1

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

Shades of Perfume #BF99F1

Tints of Perfume #BF99F1

Color information

#BF99F1 (or 0xBF99F1) is unknown color: approx Perfume. HEX triplet: BF, 99 and F1. RGB value is (191,153,241). Sum of RGB (Red+Green+Blue) = 191+153+241=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 153 (60.16% from 255 or 26.15% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF99F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF99F1 is #40660E. Grayscale: #AEAEAE. Windows color (decimal): -4220431 or 15833535. OLE color: 15833535.

HSL color Cylindrical-coordinate representation of color #BF99F1: hue angle of 265.91º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF99F1 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191153241-
CMYK0.210.3700.05
HSL265.91º75.86%77.25%-
HSV(B)265.91º36.51%94.51%-
XYZ48.7540.2188.41-
YUV174.39165.59139.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.65%
GREEN value IS 153 (60.16% from 255) = 26.15%
BLUE value IS 241 (94.53% from 255) = 41.20%
R=32.65%
G=26.15%
B=41.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1911532410.210.3700.05265.9175.8677.25
HexBF99F115250510a4c4d
Octal277231361254505412114115
Binary10111111100110011111000110101100101010110000101010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF99F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF99F1; }

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

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

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

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

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

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

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

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