#BC8EF3

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

Shades of Perfume #BC8EF3

Tints of Perfume #BC8EF3

Color information

#BC8EF3 (or 0xBC8EF3) is unknown color: approx Perfume. HEX triplet: BC, 8E and F3. RGB value is (188,142,243). Sum of RGB (Red+Green+Blue) = 188+142+243=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 142 (55.86% from 255 or 24.78% from 573); Blue value is 243 (95.31% from 255 or 42.41% from 573); Max value from RGB is 243 - color contains mainly: blue. Hex color #BC8EF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8EF3 is #43710C. Grayscale: #A6A6A6. Windows color (decimal): -4419853 or 15961788. OLE color: 15961788.

HSL color Cylindrical-coordinate representation of color #BC8EF3: hue angle of 267.33º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC8EF3 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188142243-
CMYK0.230.4200.05
HSL267.33º80.8%75.49%-
HSV(B)267.33º41.56%95.29%-
XYZ46.5936.5189.39-
YUV167.27170.74142.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.81%
GREEN value IS 142 (55.86% from 255) = 24.78%
BLUE value IS 243 (95.31% from 255) = 42.41%
R=32.81%
G=24.78%
B=42.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881422430.230.4200.05267.3380.875.49
HexBC8EF3172A0510b514b
Octal274216363275205413121113
Binary10111100100011101111001110111101010010110000101110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8EF3; }

 p { color: rgb(188,142,243); }

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

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

 a { background-color: rgb(188,142,243); }

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

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

 span { border-color: rgb(188,142,243); }

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