#BC97DC

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

Shades of Perfume #BC97DC

Tints of Perfume #BC97DC

Color information

#BC97DC (or 0xBC97DC) is unknown color: approx Perfume. HEX triplet: BC, 97 and DC. RGB value is (188,151,220). Sum of RGB (Red+Green+Blue) = 188+151+220=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 151 (59.38% from 255 or 27.01% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC97DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC97DC is #436823. Grayscale: #A9A9A9. Windows color (decimal): -4417572 or 14456764. OLE color: 14456764.

HSL color Cylindrical-coordinate representation of color #BC97DC: hue angle of 272.17º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC97DC is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188151220-
CMYK0.150.3100.14
HSL272.17º49.64%72.75%-
HSV(B)272.17º31.36%86.27%-
XYZ44.7237.9972.69-
YUV169.93156.26140.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.63%
GREEN value IS 151 (59.38% from 255) = 27.01%
BLUE value IS 220 (86.33% from 255) = 39.36%
R=33.63%
G=27.01%
B=39.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881512200.150.3100.14272.1749.6472.75
HexBC97DCF1F0E1103249
Octal274227334173701642062111
Binary101111001001011111011100111111111011101000100001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC97DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC97DC; }

 p { color: rgb(188,151,220); }

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

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

 a { background-color: rgb(188,151,220); }

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

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

 span { border-color: rgb(188,151,220); }

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