#BFA6E8

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

Shades of Perfume #BFA6E8

Tints of Perfume #BFA6E8

Color information

#BFA6E8 (or 0xBFA6E8) is unknown color: approx Perfume. HEX triplet: BF, A6 and E8. RGB value is (191,166,232). Sum of RGB (Red+Green+Blue) = 191+166+232=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 166 (65.23% from 255 or 28.18% from 589); Blue value is 232 (91.02% from 255 or 39.39% from 589); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFA6E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA6E8 is #405917. Grayscale: #B4B4B4. Windows color (decimal): -4217112 or 15247039. OLE color: 15247039.

HSL color Cylindrical-coordinate representation of color #BFA6E8: hue angle of 262.73º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFA6E8 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB191166232-
CMYK0.180.2800.09
HSL262.73º58.93%78.04%-
HSV(B)262.73º28.45%90.98%-
XYZ49.6944.1882.25-
YUV181156.78135.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.43%
GREEN value IS 166 (65.23% from 255) = 28.18%
BLUE value IS 232 (91.02% from 255) = 39.39%
R=32.43%
G=28.18%
B=39.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1911662320.180.2800.09262.7358.9378.04
HexBFA6E8121C091073b4e
Octal277246350223401140773116
Binary1011111110100110111010001001011100010011000001111110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA6E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA6E8; }

 p { color: rgb(191,166,232); }

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

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

 a { background-color: rgb(191,166,232); }

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

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

 span { border-color: rgb(191,166,232); }

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