#BC96DF

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

Shades of Perfume #BC96DF

Tints of Perfume #BC96DF

Color information

#BC96DF (or 0xBC96DF) is unknown color: approx Perfume. HEX triplet: BC, 96 and DF. RGB value is (188,150,223). Sum of RGB (Red+Green+Blue) = 188+150+223=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC96DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC96DF is #436920. Grayscale: #A9A9A9. Windows color (decimal): -4417825 or 14653116. OLE color: 14653116.

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

Color convert

RGB188150223-
CMYK0.160.3300.13
HSL271.23º53.28%73.14%-
HSV(B)271.23º32.74%87.45%-
XYZ44.9637.8374.74-
YUV169.68158.09141.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.51%
GREEN value IS 150 (58.98% from 255) = 26.74%
BLUE value IS 223 (87.5% from 255) = 39.75%
R=33.51%
G=26.74%
B=39.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881502230.160.3300.13271.2353.2873.14
HexBC96DF10210D10f3549
Octal274226337204101541765111
Binary10111100100101101101111110000100001011011000011111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC96DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC96DF; }

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

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

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

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

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

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

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

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