Shades of Perfume #BC9FDD
Tints of Perfume #BC9FDD
RGB
CMYK
RGB Variations
Color information
#BC9FDD (or 0xBC9FDD) is known color: Perfume. HEX triplet: BC, 9F and DD. RGB value is (188,159,221). Sum of RGB (Red+Green+Blue) = 188+159+221=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC9FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9FDD is #436022. Grayscale: #AEAEAE. Windows color (decimal): -4415523 or 14524348. OLE color: 14524348.
HSL color Cylindrical-coordinate representation of color #BC9FDD: hue angle of 268.06º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC9FDD is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 159 | 221 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.13 |
| HSL | 268.06º | 0.48% | 0.75% | - |
| HSV(B) | 268.06º | 0.28% | 0.87% | - |
| XYZ | 46.19 | 40.71 | 73.83 | - |
| YUV | 174.74 | 154.11 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 159 | 221 | 0.15 | 0.28 | 0 | 0.13 | 268.06 | 0.48 | 0.75 |
| Hex | BC | 9F | DD | F | 1C | 0 | D | 10C | 30 | 4B |
| Octal | 274 | 237 | 335 | 17 | 34 | 0 | 15 | 414 | 60 | 113 |
| Binary | 10111100 | 10011111 | 11011101 | 1111 | 11100 | 0 | 1101 | 100001100 | 110000 | 1001011 |
Color Harmonies of #BC9FDD
Complementary color
Monochromatic Colors of #BC9FDD
Black with #BC9FDD
Text Example
Text Example
White with #BC9FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9FDD; }
p { color: rgb(188,159,221); }
H1.HeaderClassName
{
color: #BC9FDD;
}
.AnyTagClassName
{
color: #BC9FDD;
}
</style>
background-color css
<style>
a { background-color: #BC9FDD; }
a { background-color: rgb(188,159,221); }
div.DivClassName
{
background-color: #BC9FDD;
}
.BgClassName
{
background-color: #BC9FDD;
}
</style>
border-color css
<style>
span { border-color: #BC9FDD; }
span { border-color: rgb(188,159,221); }
td.TdClassName
{
border-color: #BC9FDD;
}
.TagClassName
{
border-color: #BC9FDD;
}
</style>