#BFA1FE

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

Shades of Perfume #BFA1FE

Tints of Perfume #BFA1FE

Color information

#BFA1FE (or 0xBFA1FE) is unknown color: approx Perfume. HEX triplet: BF, A1 and FE. RGB value is (191,161,254). Sum of RGB (Red+Green+Blue) = 191+161+254=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 161 (63.28% from 255 or 26.57% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFA1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA1FE is #405E01. Grayscale: #B4B4B4. Windows color (decimal): -4218370 or 16687551. OLE color: 16687551.

HSL color Cylindrical-coordinate representation of color #BFA1FE: hue angle of 259.35º 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 #BFA1FE is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB191161254-
CMYK0.250.3700.00
HSL259.35º97.89%81.37%-
HSV(B)259.35º36.61%99.61%-
XYZ52.1243.7299.46-
YUV180.57169.44135.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.52%
GREEN value IS 161 (63.28% from 255) = 26.57%
BLUE value IS 254 (99.61% from 255) = 41.91%
R=31.52%
G=26.57%
B=41.91%

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
Decimal1911612540.250.3700.00259.3597.8981.37
HexBFA1FE1925001036251
Octal277241376314500403142121
Binary101111111010000111111110110011001010010000001111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA1FE; }

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

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

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

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

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

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

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

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