#BC93EB

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

Shades of Perfume #BC93EB

Tints of Perfume #BC93EB

Color information

#BC93EB (or 0xBC93EB) is unknown color: approx Perfume. HEX triplet: BC, 93 and EB. RGB value is (188,147,235). Sum of RGB (Red+Green+Blue) = 188+147+235=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 147 (57.81% from 255 or 25.79% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC93EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC93EB is #436C14. Grayscale: #A8A8A8. Windows color (decimal): -4418581 or 15438780. OLE color: 15438780.

HSL color Cylindrical-coordinate representation of color #BC93EB: hue angle of 267.95º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC93EB is Cyan = 0.2, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188147235-
CMYK0.20.3700.08
HSL267.95º68.75%74.9%-
HSV(B)267.95º37.45%92.16%-
XYZ46.1737.5683.41-
YUV169.29165.08141.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.98%
GREEN value IS 147 (57.81% from 255) = 25.79%
BLUE value IS 235 (92.19% from 255) = 41.23%
R=32.98%
G=25.79%
B=41.23%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881472350.20.3700.08267.9568.7574.9
HexBC93EB14250810c454b
Octal2742233532445010414105113
Binary101111001001001111101011101001001010100010000110010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC93EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC93EB; }

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

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

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

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

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

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

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

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