#BC8BFE

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

Shades of Perfume #BC8BFE

Tints of Perfume #BC8BFE

Color information

#BC8BFE (or 0xBC8BFE) is unknown color: approx Perfume. HEX triplet: BC, 8B and FE. RGB value is (188,139,254). Sum of RGB (Red+Green+Blue) = 188+139+254=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 139 (54.69% from 255 or 23.92% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC8BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8BFE is #437401. Grayscale: #A6A6A6. Windows color (decimal): -4420610 or 16681916. OLE color: 16681916.

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

Color convert

RGB188139254-
CMYK0.260.4500.00
HSL265.57º98.29%77.06%-
HSV(B)265.57º45.28%99.61%-
XYZ47.8636.3198.25-
YUV166.76177.23143.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.36%
GREEN value IS 139 (54.69% from 255) = 23.92%
BLUE value IS 254 (99.61% from 255) = 43.72%
R=32.36%
G=23.92%
B=43.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1881392540.260.4500.00265.5798.2977.06
HexBC8BFE1A2D0010a624d
Octal274213376325500412142115
Binary101111001000101111111110110101011010010000101011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8BFE; }

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

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

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

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

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

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

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

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