#BFA1E1

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

Shades of Perfume #BFA1E1

Tints of Perfume #BFA1E1

Color information

#BFA1E1 (or 0xBFA1E1) is unknown color: approx Perfume. HEX triplet: BF, A1 and E1. RGB value is (191,161,225). Sum of RGB (Red+Green+Blue) = 191+161+225=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 161 (63.28% from 255 or 27.90% from 577); Blue value is 225 (88.28% from 255 or 38.99% from 577); Max value from RGB is 225 - color contains mainly: blue. Hex color #BFA1E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA1E1 is #405E1E. Grayscale: #B1B1B1. Windows color (decimal): -4218399 or 14787007. OLE color: 14787007.

HSL color Cylindrical-coordinate representation of color #BFA1E1: hue angle of 268.12º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFA1E1 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB191161225-
CMYK0.150.2800.12
HSL268.12º51.61%75.69%-
HSV(B)268.12º28.44%88.24%-
XYZ47.824276.82-
YUV177.27154.94137.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.10%
GREEN value IS 161 (63.28% from 255) = 27.90%
BLUE value IS 225 (88.28% from 255) = 38.99%
R=33.10%
G=27.90%
B=38.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1911612250.150.2800.12268.1251.6175.69
HexBFA1E1F1C0C10c344c
Octal277241341173401441464114
Binary101111111010000111100001111111100011001000011001101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA1E1; }

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

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

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

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

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

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

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

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