#BC97DF

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

Shades of Perfume #BC97DF

Tints of Perfume #BC97DF

Color information

#BC97DF (or 0xBC97DF) is unknown color: approx Perfume. HEX triplet: BC, 97 and DF. RGB value is (188,151,223). Sum of RGB (Red+Green+Blue) = 188+151+223=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 151 (59.38% from 255 or 26.87% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC97DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC97DF is #436820. Grayscale: #AAAAAA. Windows color (decimal): -4417569 or 14653372. OLE color: 14653372.

HSL color Cylindrical-coordinate representation of color #BC97DF: hue angle of 270.83º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC97DF is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188151223-
CMYK0.160.3200.13
HSL270.83º52.94%73.33%-
HSV(B)270.83º32.29%87.45%-
XYZ45.1238.1574.8-
YUV170.27157.76140.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.45%
GREEN value IS 151 (59.38% from 255) = 26.87%
BLUE value IS 223 (87.5% from 255) = 39.68%
R=33.45%
G=26.87%
B=39.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881512230.160.3200.13270.8352.9473.33
HexBC97DF10200D10f3549
Octal274227337204001541765111
Binary10111100100101111101111110000100000011011000011111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC97DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC97DF; }

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

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

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

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

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

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

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

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