#BC8DFD

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

Shades of Perfume #BC8DFD

Tints of Perfume #BC8DFD

Color information

#BC8DFD (or 0xBC8DFD) is unknown color: approx Perfume. HEX triplet: BC, 8D and FD. RGB value is (188,141,253). Sum of RGB (Red+Green+Blue) = 188+141+253=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 141 (55.47% from 255 or 24.23% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC8DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8DFD is #437202. Grayscale: #A7A7A7. Windows color (decimal): -4420099 or 16616892. OLE color: 16616892.

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

Color convert

RGB188141253-
CMYK0.260.4400.01
HSL265.18º96.55%77.25%-
HSV(B)265.18º44.27%99.22%-
XYZ47.9936.8397.51-
YUV167.82176.07142.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.30%
GREEN value IS 141 (55.47% from 255) = 24.23%
BLUE value IS 253 (99.22% from 255) = 43.47%
R=32.30%
G=24.23%
B=43.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881412530.260.4400.01265.1896.5577.25
HexBC8DFD1A2C01109614d
Octal274215375325401411141115
Binary101111001000110111111101110101011000110000100111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8DFD; }

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

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

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

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

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

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

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

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