#BC9ADA

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

Shades of Perfume #BC9ADA

Tints of Perfume #BC9ADA

Color information

#BC9ADA (or 0xBC9ADA) is unknown color: approx Perfume. HEX triplet: BC, 9A and DA. RGB value is (188,154,218). Sum of RGB (Red+Green+Blue) = 188+154+218=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 154 (60.55% from 255 or 27.5% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC9ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9ADA is #436525. Grayscale: #ABABAB. Windows color (decimal): -4416806 or 14326460. OLE color: 14326460.

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

Color convert

RGB188154218-
CMYK0.140.2900.15
HSL271.88º46.38%72.94%-
HSV(B)271.88º29.36%85.49%-
XYZ44.9538.8671.46-
YUV171.46154.26139.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.57%
GREEN value IS 154 (60.55% from 255) = 27.5%
BLUE value IS 218 (85.55% from 255) = 38.93%
R=33.57%
G=27.5%
B=38.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881542180.140.2900.15271.8846.3872.94
HexBC9ADAE1D0F1102e49
Octal274232332163501742056111
Binary101111001001101011011010111011101011111000100001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9ADA; }

 p { color: rgb(188,154,218); }

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

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

 a { background-color: rgb(188,154,218); }

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

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

 span { border-color: rgb(188,154,218); }

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