#BC93F9

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

Shades of Perfume #BC93F9

Tints of Perfume #BC93F9

Color information

#BC93F9 (or 0xBC93F9) is unknown color: approx Perfume. HEX triplet: BC, 93 and F9. RGB value is (188,147,249). Sum of RGB (Red+Green+Blue) = 188+147+249=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 147 (57.81% from 255 or 25.17% from 584); Blue value is 249 (97.66% from 255 or 42.64% from 584); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC93F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC93F9 is #436C06. Grayscale: #AAAAAA. Windows color (decimal): -4418567 or 16356284. OLE color: 16356284.

HSL color Cylindrical-coordinate representation of color #BC93F9: hue angle of 264.12º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC93F9 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188147249-
CMYK0.240.4100.02
HSL264.12º89.47%77.65%-
HSV(B)264.12º40.96%97.65%-
XYZ48.2738.494.49-
YUV170.89172.08140.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.19%
GREEN value IS 147 (57.81% from 255) = 25.17%
BLUE value IS 249 (97.66% from 255) = 42.64%
R=32.19%
G=25.17%
B=42.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881472490.240.4100.02264.1289.4777.65
HexBC93F9182902108594e
Octal274223371305102410131116
Binary1011110010010011111110011100010100101010000100010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC93F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC93F9; }

 p { color: rgb(188,147,249); }

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

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

 a { background-color: rgb(188,147,249); }

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

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

 span { border-color: rgb(188,147,249); }

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