#BFA3FE

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

Shades of Perfume #BFA3FE

Tints of Perfume #BFA3FE

Color information

#BFA3FE (or 0xBFA3FE) is unknown color: approx Perfume. HEX triplet: BF, A3 and FE. RGB value is (191,163,254). Sum of RGB (Red+Green+Blue) = 191+163+254=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 163 (64.06% from 255 or 26.81% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFA3FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA3FE is #405C01. Grayscale: #B5B5B5. Windows color (decimal): -4217858 or 16688063. OLE color: 16688063.

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

Color convert

RGB191163254-
CMYK0.250.3600.00
HSL258.46º97.85%81.76%-
HSV(B)258.46º35.83%99.61%-
XYZ52.4744.4399.58-
YUV181.75168.78134.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.41%
GREEN value IS 163 (64.06% from 255) = 26.81%
BLUE value IS 254 (99.61% from 255) = 41.78%
R=31.41%
G=26.81%
B=41.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1911632540.250.3600.00258.4697.8581.76
HexBFA3FE1924001026252
Octal277243376314400402142122
Binary101111111010001111111110110011001000010000001011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA3FE; }

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

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

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

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

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

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

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

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