#BFA4E6

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

Shades of Perfume #BFA4E6

Tints of Perfume #BFA4E6

Color information

#BFA4E6 (or 0xBFA4E6) is unknown color: approx Perfume. HEX triplet: BF, A4 and E6. RGB value is (191,164,230). Sum of RGB (Red+Green+Blue) = 191+164+230=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 164 (64.45% from 255 or 28.03% from 585); Blue value is 230 (90.23% from 255 or 39.32% from 585); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFA4E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA4E6 is #405B19. Grayscale: #B3B3B3. Windows color (decimal): -4217626 or 15115455. OLE color: 15115455.

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

Color convert

RGB191164230-
CMYK0.170.2900.10
HSL264.55º56.9%77.25%-
HSV(B)264.55º28.7%90.2%-
XYZ49.0443.3480.64-
YUV179.6156.45136.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.65%
GREEN value IS 164 (64.45% from 255) = 28.03%
BLUE value IS 230 (90.23% from 255) = 39.32%
R=32.65%
G=28.03%
B=39.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1911642300.170.2900.10264.5556.977.25
HexBFA4E6111D0A109394d
Octal277244346213501241171115
Binary1011111110100100111001101000111101010101000010011110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA4E6; }

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

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

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

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

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

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

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

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