#BFA0FE

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

Shades of Perfume #BFA0FE

Tints of Perfume #BFA0FE

Color information

#BFA0FE (or 0xBFA0FE) is unknown color: approx Perfume. HEX triplet: BF, A0 and FE. RGB value is (191,160,254). Sum of RGB (Red+Green+Blue) = 191+160+254=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 160 (62.89% from 255 or 26.45% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFA0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA0FE is #405F01. Grayscale: #B3B3B3. Windows color (decimal): -4218626 or 16687295. OLE color: 16687295.

HSL color Cylindrical-coordinate representation of color #BFA0FE: hue angle of 259.79º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFA0FE is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB191160254-
CMYK0.250.3700.00
HSL259.79º97.92%81.18%-
HSV(B)259.79º37.01%99.61%-
XYZ51.9543.3799.4-
YUV179.98169.77135.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.57%
GREEN value IS 160 (62.89% from 255) = 26.45%
BLUE value IS 254 (99.61% from 255) = 41.98%
R=31.57%
G=26.45%
B=41.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1911602540.250.3700.00259.7997.9281.18
HexBFA0FE1925001046251
Octal277240376314500404142121
Binary101111111010000011111110110011001010010000010011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA0FE; }

 p { color: rgb(191,160,254); }

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

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

 a { background-color: rgb(191,160,254); }

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

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

 span { border-color: rgb(191,160,254); }

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