#BC9BDC

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

Shades of Perfume #BC9BDC

Tints of Perfume #BC9BDC

Color information

#BC9BDC (or 0xBC9BDC) is unknown color: approx Perfume. HEX triplet: BC, 9B and DC. RGB value is (188,155,220). Sum of RGB (Red+Green+Blue) = 188+155+220=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 155 (60.94% from 255 or 27.53% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC9BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9BDC is #436423. Grayscale: #ACACAC. Windows color (decimal): -4416548 or 14457788. OLE color: 14457788.

HSL color Cylindrical-coordinate representation of color #BC9BDC: hue angle of 270.46º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC9BDC is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188155220-
CMYK0.150.3000.14
HSL270.46º48.15%73.53%-
HSV(B)270.46º29.55%86.27%-
XYZ45.3839.372.9-
YUV172.28154.93139.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.39%
GREEN value IS 155 (60.94% from 255) = 27.53%
BLUE value IS 220 (86.33% from 255) = 39.08%
R=33.39%
G=27.53%
B=39.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881552200.150.3000.14270.4648.1573.53
HexBC9BDCF1E0E10e304a
Octal274233334173601641660112
Binary101111001001101111011100111111110011101000011101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9BDC; }

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

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

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

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

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

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

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

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