#BC8DFC

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

Shades of Perfume #BC8DFC

Tints of Perfume #BC8DFC

Color information

#BC8DFC (or 0xBC8DFC) is unknown color: approx Perfume. HEX triplet: BC, 8D and FC. RGB value is (188,141,252). Sum of RGB (Red+Green+Blue) = 188+141+252=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 141 (55.47% from 255 or 24.27% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC8DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8DFC is #437203. Grayscale: #A7A7A7. Windows color (decimal): -4420100 or 16551356. OLE color: 16551356.

HSL color Cylindrical-coordinate representation of color #BC8DFC: hue angle of 265.41º degrees, saturation: 0.95, 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 #BC8DFC is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB188141252-
CMYK0.250.4400.01
HSL265.41º94.87%77.06%-
HSV(B)265.41º44.05%98.82%-
XYZ47.8336.7796.67-
YUV167.71175.57142.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.36%
GREEN value IS 141 (55.47% from 255) = 24.27%
BLUE value IS 252 (98.83% from 255) = 43.37%
R=32.36%
G=24.27%
B=43.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881412520.250.4400.01265.4194.8777.06
HexBC8DFC192C011095f4d
Octal274215374315401411137115
Binary101111001000110111111100110011011000110000100110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8DFC; }

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

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

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

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

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

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

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

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