Shades of Perfume #BC9BDA
Tints of Perfume #BC9BDA
RGB
CMYK
RGB Variations
Color information
#BC9BDA (or 0xBC9BDA) is known color: 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
| RGB | 188 | 155 | 218 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.15 |
| HSL | 271.43º | 0.46% | 0.73% | - |
| HSV(B) | 271.43º | 0.29% | 0.85% | - |
| XYZ | 45.12 | 39.2 | 71.52 | - |
| YUV | 172.05 | 153.93 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 155 | 218 | 0.14 | 0.29 | 0 | 0.15 | 271.43 | 0.46 | 0.73 |
| Hex | BC | 9B | DA | E | 1D | 0 | F | 10F | 2E | 49 |
| Octal | 274 | 233 | 332 | 16 | 35 | 0 | 17 | 417 | 56 | 111 |
| Binary | 10111100 | 10011011 | 11011010 | 1110 | 11101 | 0 | 1111 | 100001111 | 101110 | 1001001 |
Color Harmonies of #BC9BDA
Complementary color
Monochromatic Colors of #BC9BDA
Black with #BC9BDA
Text Example
Text Example
White with #BC9BDA
Text Example
Text Example
HTML Codes & Css Web 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>