#BC94EB

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

Shades of Perfume #BC94EB

Tints of Perfume #BC94EB

Color information

#BC94EB (or 0xBC94EB) is unknown color: approx Perfume. HEX triplet: BC, 94 and EB. RGB value is (188,148,235). Sum of RGB (Red+Green+Blue) = 188+148+235=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 148 (58.20% from 255 or 25.92% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC94EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC94EB is #436B14. Grayscale: #A9A9A9. Windows color (decimal): -4418325 or 15439036. OLE color: 15439036.

HSL color Cylindrical-coordinate representation of color #BC94EB: hue angle of 267.59º 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 #BC94EB is Cyan = 0.2, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188148235-
CMYK0.20.3700.08
HSL267.59º68.5%75.1%-
HSV(B)267.59º37.02%92.16%-
XYZ46.3237.8783.47-
YUV169.88164.75140.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.92%
GREEN value IS 148 (58.20% from 255) = 25.92%
BLUE value IS 235 (92.19% from 255) = 41.16%
R=32.92%
G=25.92%
B=41.16%

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
Decimal1881482350.20.3700.08267.5968.575.1
HexBC94EB14250810c454b
Octal2742243532445010414105113
Binary101111001001010011101011101001001010100010000110010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC94EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC94EB; }

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

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

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

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

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

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

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

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