#BFA2E4

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

Shades of Perfume #BFA2E4

Tints of Perfume #BFA2E4

Color information

#BFA2E4 (or 0xBFA2E4) is unknown color: approx Perfume. HEX triplet: BF, A2 and E4. RGB value is (191,162,228). Sum of RGB (Red+Green+Blue) = 191+162+228=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 162 (63.67% from 255 or 27.88% from 581); Blue value is 228 (89.45% from 255 or 39.24% from 581); Max value from RGB is 228 - color contains mainly: blue. Hex color #BFA2E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA2E4 is #405D1B. Grayscale: #B1B1B1. Windows color (decimal): -4218140 or 14983871. OLE color: 14983871.

HSL color Cylindrical-coordinate representation of color #BFA2E4: hue angle of 266.36º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFA2E4 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB191162228-
CMYK0.160.2900.11
HSL266.36º55%76.47%-
HSV(B)266.36º28.95%89.41%-
XYZ48.4142.5279.05-
YUV178.19156.11137.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.87%
GREEN value IS 162 (63.67% from 255) = 27.88%
BLUE value IS 228 (89.45% from 255) = 39.24%
R=32.87%
G=27.88%
B=39.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1911622280.160.2900.11266.365576.47
HexBFA2E4101D0B10a374c
Octal277242344203501341267114
Binary1011111110100010111001001000011101010111000010101101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA2E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA2E4; }

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

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

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

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

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

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

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

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