#BC9BDA

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

Shades of Perfume #BC9BDA

Tints of Perfume #BC9BDA

Color information

#BC9BDA (or 0xBC9BDA) is unknown color: approx Perfume. HEX triplet: BC, 9B and DA. RGB value is (188,155,218). Sum of RGB (Red+Green+Blue) = 188+155+218=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC9BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9BDA is #436425. Grayscale: #ABABAB. Windows color (decimal): -4416550 or 14326716. OLE color: 14326716.

HSL color Cylindrical-coordinate representation of color #BC9BDA: hue angle of 271.43º 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 #BC9BDA is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188155218-
CMYK0.140.2900.15
HSL271.43º45.99%73.14%-
HSV(B)271.43º28.9%85.49%-
XYZ45.1239.271.52-
YUV172.05153.93139.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.51%
GREEN value IS 155 (60.94% from 255) = 27.63%
BLUE value IS 218 (85.55% from 255) = 38.86%
R=33.51%
G=27.63%
B=38.86%

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
Decimal1881552180.140.2900.15271.4345.9973.14
HexBC9BDAE1D0F10f2e49
Octal274233332163501741756111
Binary101111001001101111011010111011101011111000011111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9BDA; }

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

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

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

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

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

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

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

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