#BF9EF6

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

Shades of Perfume #BF9EF6

Tints of Perfume #BF9EF6

Color information

#BF9EF6 (or 0xBF9EF6) is unknown color: approx Perfume. HEX triplet: BF, 9E and F6. RGB value is (191,158,246). Sum of RGB (Red+Green+Blue) = 191+158+246=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 158 (62.11% from 255 or 26.55% from 595); Blue value is 246 (96.48% from 255 or 41.34% from 595); Max value from RGB is 246 - color contains mainly: blue. Hex color #BF9EF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9EF6 is #406109. Grayscale: #B1B1B1. Windows color (decimal): -4219146 or 16162495. OLE color: 16162495.

HSL color Cylindrical-coordinate representation of color #BF9EF6: hue angle of 262.5º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF9EF6 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191158246-
CMYK0.220.3600.04
HSL262.5º83.02%79.22%-
HSV(B)262.5º35.77%96.47%-
XYZ50.3542.1892.68-
YUV177.9166.43137.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.10%
GREEN value IS 158 (62.11% from 255) = 26.55%
BLUE value IS 246 (96.48% from 255) = 41.34%
R=32.10%
G=26.55%
B=41.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1911582460.220.3600.04262.583.0279.22
HexBF9EF6162404106534f
Octal277236366264404406123117
Binary10111111100111101111011010110100100010010000011010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9EF6; }

 p { color: rgb(191,158,246); }

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

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

 a { background-color: rgb(191,158,246); }

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

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

 span { border-color: rgb(191,158,246); }

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