#BC8BFC

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

Shades of Perfume #BC8BFC

Tints of Perfume #BC8BFC

Color information

#BC8BFC (or 0xBC8BFC) is unknown color: approx Perfume. HEX triplet: BC, 8B and FC. RGB value is (188,139,252). Sum of RGB (Red+Green+Blue) = 188+139+252=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 139 (54.69% from 255 or 24.01% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC8BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8BFC is #437403. Grayscale: #A6A6A6. Windows color (decimal): -4420612 or 16550844. OLE color: 16550844.

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

Color convert

RGB188139252-
CMYK0.250.4500.01
HSL266.02º94.96%76.67%-
HSV(B)266.02º44.84%98.82%-
XYZ47.5436.1896.57-
YUV166.53176.23143.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.47%
GREEN value IS 139 (54.69% from 255) = 24.01%
BLUE value IS 252 (98.83% from 255) = 43.52%
R=32.47%
G=24.01%
B=43.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881392520.250.4500.01266.0294.9676.67
HexBC8BFC192D0110a5f4d
Octal274213374315501412137115
Binary101111001000101111111100110011011010110000101010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8BFC; }

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

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

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

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

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

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

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

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