#BC8FFD

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

Shades of Perfume #BC8FFD

Tints of Perfume #BC8FFD

Color information

#BC8FFD (or 0xBC8FFD) is unknown color: approx Perfume. HEX triplet: BC, 8F and FD. RGB value is (188,143,253). Sum of RGB (Red+Green+Blue) = 188+143+253=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 143 (56.25% from 255 or 24.49% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC8FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8FFD is #437002. Grayscale: #A8A8A8. Windows color (decimal): -4419587 or 16617404. OLE color: 16617404.

HSL color Cylindrical-coordinate representation of color #BC8FFD: hue angle of 264.55º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC8FFD is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB188143253-
CMYK0.260.4300.01
HSL264.55º96.49%77.65%-
HSV(B)264.55º43.48%99.22%-
XYZ48.2937.4397.61-
YUV169175.41141.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.19%
GREEN value IS 143 (56.25% from 255) = 24.49%
BLUE value IS 253 (99.22% from 255) = 43.32%
R=32.19%
G=24.49%
B=43.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881432530.260.4300.01264.5596.4977.65
HexBC8FFD1A2B01109604e
Octal274217375325301411140116
Binary101111001000111111111101110101010110110000100111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8FFD; }

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

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

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

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

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

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

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

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