#BC8EFA

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

Shades of Perfume #BC8EFA

Tints of Perfume #BC8EFA

Color information

#BC8EFA (or 0xBC8EFA) is unknown color: approx Perfume. HEX triplet: BC, 8E and FA. RGB value is (188,142,250). Sum of RGB (Red+Green+Blue) = 188+142+250=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 142 (55.86% from 255 or 24.48% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC8EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8EFA is #437105. Grayscale: #A7A7A7. Windows color (decimal): -4419846 or 16420540. OLE color: 16420540.

HSL color Cylindrical-coordinate representation of color #BC8EFA: hue angle of 265.56º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC8EFA is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188142250-
CMYK0.250.4300.02
HSL265.56º91.53%76.86%-
HSV(B)265.56º43.2%98.04%-
XYZ47.6736.9495.06-
YUV168.07174.24142.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.41%
GREEN value IS 142 (55.86% from 255) = 24.48%
BLUE value IS 250 (98.05% from 255) = 43.10%
R=32.41%
G=24.48%
B=43.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881422500.250.4300.02265.5691.5376.86
HexBC8EFA192B0210a5c4d
Octal274216372315302412134115
Binary1011110010001110111110101100110101101010000101010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8EFA; }

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

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

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

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

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

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

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

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