#BFA3FA

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

Shades of Perfume #BFA3FA

Tints of Perfume #BFA3FA

Color information

#BFA3FA (or 0xBFA3FA) is unknown color: approx Perfume. HEX triplet: BF, A3 and FA. RGB value is (191,163,250). Sum of RGB (Red+Green+Blue) = 191+163+250=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 163 (64.06% from 255 or 26.99% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFA3FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA3FA is #405C05. Grayscale: #B4B4B4. Windows color (decimal): -4217862 or 16425919. OLE color: 16425919.

HSL color Cylindrical-coordinate representation of color #BFA3FA: hue angle of 259.31º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFA3FA is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191163250-
CMYK0.240.3500.02
HSL259.31º89.69%80.98%-
HSV(B)259.31º34.8%98.04%-
XYZ51.8444.1796.24-
YUV181.29166.78134.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.62%
GREEN value IS 163 (64.06% from 255) = 26.99%
BLUE value IS 250 (98.05% from 255) = 41.39%
R=31.62%
G=26.99%
B=41.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911632500.240.3500.02259.3189.6980.98
HexBFA3FA1823021035a51
Octal277243372304302403132121
Binary1011111110100011111110101100010001101010000001110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA3FA; }

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

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

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

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

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

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

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

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