#BF93F6

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

Shades of Perfume #BF93F6

Tints of Perfume #BF93F6

Color information

#BF93F6 (or 0xBF93F6) is unknown color: approx Perfume. HEX triplet: BF, 93 and F6. RGB value is (191,147,246). Sum of RGB (Red+Green+Blue) = 191+147+246=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 147 (57.81% from 255 or 25.17% from 584); Blue value is 246 (96.48% from 255 or 42.12% from 584); Max value from RGB is 246 - color contains mainly: blue. Hex color #BF93F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF93F6 is #406C09. Grayscale: #ABABAB. Windows color (decimal): -4221962 or 16159679. OLE color: 16159679.

HSL color Cylindrical-coordinate representation of color #BF93F6: hue angle of 266.67º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF93F6 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191147246-
CMYK0.220.4000.04
HSL266.67º84.62%77.06%-
HSV(B)266.67º40.24%96.47%-
XYZ48.5538.692.08-
YUV171.44170.08141.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.71%
GREEN value IS 147 (57.81% from 255) = 25.17%
BLUE value IS 246 (96.48% from 255) = 42.12%
R=32.71%
G=25.17%
B=42.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1911472460.220.4000.04266.6784.6277.06
HexBF93F616280410b554d
Octal277223366265004413125115
Binary10111111100100111111011010110101000010010000101110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF93F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF93F6; }

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

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

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

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

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

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

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

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