#BFA4E7

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

Shades of Perfume #BFA4E7

Tints of Perfume #BFA4E7

Color information

#BFA4E7 (or 0xBFA4E7) is unknown color: approx Perfume. HEX triplet: BF, A4 and E7. RGB value is (191,164,231). Sum of RGB (Red+Green+Blue) = 191+164+231=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 164 (64.45% from 255 or 27.99% from 586); Blue value is 231 (90.62% from 255 or 39.42% from 586); Max value from RGB is 231 - color contains mainly: blue. Hex color #BFA4E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA4E7 is #405B18. Grayscale: #B3B3B3. Windows color (decimal): -4217625 or 15180991. OLE color: 15180991.

HSL color Cylindrical-coordinate representation of color #BFA4E7: hue angle of 264.18º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFA4E7 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB191164231-
CMYK0.170.2900.09
HSL264.18º58.26%77.45%-
HSV(B)264.18º29%90.59%-
XYZ49.1943.481.39-
YUV179.71156.95136.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.59%
GREEN value IS 164 (64.45% from 255) = 27.99%
BLUE value IS 231 (90.62% from 255) = 39.42%
R=32.59%
G=27.99%
B=39.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1911642310.170.2900.09264.1858.2677.45
HexBFA4E7111D091083a4d
Octal277244347213501141072115
Binary1011111110100100111001111000111101010011000010001110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA4E7; }

 p { color: rgb(191,164,231); }

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

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

 a { background-color: rgb(191,164,231); }

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

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

 span { border-color: rgb(191,164,231); }

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