#BC9BDD

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

Shades of Perfume #BC9BDD

Tints of Perfume #BC9BDD

Color information

#BC9BDD (or 0xBC9BDD) is unknown color: approx Perfume. HEX triplet: BC, 9B and DD. RGB value is (188,155,221). Sum of RGB (Red+Green+Blue) = 188+155+221=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 155 (60.94% from 255 or 27.48% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC9BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9BDD is #436422. Grayscale: #ACACAC. Windows color (decimal): -4416547 or 14523324. OLE color: 14523324.

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

Color convert

RGB188155221-
CMYK0.150.3000.13
HSL270º49.25%73.73%-
HSV(B)270º29.86%86.67%-
XYZ45.5139.3573.6-
YUV172.39155.43139.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.33%
GREEN value IS 155 (60.94% from 255) = 27.48%
BLUE value IS 221 (86.72% from 255) = 39.18%
R=33.33%
G=27.48%
B=39.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881552210.150.3000.1327049.2573.73
HexBC9BDDF1E0D10e314a
Octal274233335173601541661112
Binary101111001001101111011101111111110011011000011101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9BDD; }

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

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

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

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

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

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

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

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