#BC9AD7

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

Shades of Perfume #BC9AD7

Tints of Perfume #BC9AD7

Color information

#BC9AD7 (or 0xBC9AD7) is unknown color: approx Perfume. HEX triplet: BC, 9A and D7. RGB value is (188,154,215). Sum of RGB (Red+Green+Blue) = 188+154+215=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 215 (84.38% from 255 or 38.60% from 557); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC9AD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9AD7 is #436528. Grayscale: #AAAAAA. Windows color (decimal): -4416809 or 14129852. OLE color: 14129852.

HSL color Cylindrical-coordinate representation of color #BC9AD7: hue angle of 273.44º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC9AD7 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188154215-
CMYK0.130.2800.16
HSL273.44º43.26%72.35%-
HSV(B)273.44º28.37%84.31%-
XYZ44.5638.7169.41-
YUV171.12152.76140.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.75%
GREEN value IS 154 (60.55% from 255) = 27.65%
BLUE value IS 215 (84.38% from 255) = 38.60%
R=33.75%
G=27.65%
B=38.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881542150.130.2800.16273.4443.2672.35
HexBC9AD7D1C0101112b48
Octal274232327153402042153110
Binary1011110010011010110101111101111000100001000100011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9AD7; }

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

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

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

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

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

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

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

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