#BC8FFE

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

Shades of Perfume #BC8FFE

Tints of Perfume #BC8FFE

Color information

#BC8FFE (or 0xBC8FFE) is unknown color: approx Perfume. HEX triplet: BC, 8F and FE. RGB value is (188,143,254). Sum of RGB (Red+Green+Blue) = 188+143+254=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 143 (56.25% from 255 or 24.44% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC8FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8FFE is #437001. Grayscale: #A8A8A8. Windows color (decimal): -4419586 or 16682940. OLE color: 16682940.

HSL color Cylindrical-coordinate representation of color #BC8FFE: hue angle of 264.32º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC8FFE is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB188143254-
CMYK0.260.4400.00
HSL264.32º98.23%77.84%-
HSV(B)264.32º43.7%99.61%-
XYZ48.4537.4998.45-
YUV169.11175.91141.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.14%
GREEN value IS 143 (56.25% from 255) = 24.44%
BLUE value IS 254 (99.61% from 255) = 43.42%
R=32.14%
G=24.44%
B=43.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1881432540.260.4400.00264.3298.2377.84
HexBC8FFE1A2C00108624e
Octal274217376325400410142116
Binary101111001000111111111110110101011000010000100011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8FFE; }

 p { color: rgb(188,143,254); }

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

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

 a { background-color: rgb(188,143,254); }

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

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

 span { border-color: rgb(188,143,254); }

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