#BFA2FA

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

Shades of Perfume #BFA2FA

Tints of Perfume #BFA2FA

Color information

#BFA2FA (or 0xBFA2FA) is unknown color: approx Perfume. HEX triplet: BF, A2 and FA. RGB value is (191,162,250). Sum of RGB (Red+Green+Blue) = 191+162+250=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 162 (63.67% from 255 or 26.87% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFA2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA2FA is #405D05. Grayscale: #B4B4B4. Windows color (decimal): -4218118 or 16425663. OLE color: 16425663.

HSL color Cylindrical-coordinate representation of color #BFA2FA: hue angle of 259.77º 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 #BFA2FA is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191162250-
CMYK0.240.3500.02
HSL259.77º89.8%80.78%-
HSV(B)259.77º35.2%98.04%-
XYZ51.6643.8296.18-
YUV180.7167.11135.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.67%
GREEN value IS 162 (63.67% from 255) = 26.87%
BLUE value IS 250 (98.05% from 255) = 41.46%
R=31.67%
G=26.87%
B=41.46%

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
Decimal1911622500.240.3500.02259.7789.880.78
HexBFA2FA1823021045a51
Octal277242372304302404132121
Binary1011111110100010111110101100010001101010000010010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA2FA; }

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

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

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

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

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

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

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

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