Shades of Perfume #BC9AD6
Tints of Perfume #BC9AD6
RGB
CMYK
RGB Variations
Color information
#BC9AD6 (or 0xBC9AD6) is known color: Perfume. HEX triplet: BC, 9A and D6. RGB value is (188,154,214). Sum of RGB (Red+Green+Blue) = 188+154+214=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 154 (60.55% from 255 or 27.70% from 556); Blue value is 214 (83.98% from 255 or 38.49% from 556); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC9AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9AD6 is #436529. Grayscale: #AAAAAA. Windows color (decimal): -4416810 or 14064316. OLE color: 14064316.
HSL color Cylindrical-coordinate representation of color #BC9AD6: hue angle of 274º degrees, saturation: 0.42, 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 #BC9AD6 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 154 | 214 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.16 |
| HSL | 274º | 0.42% | 0.72% | - |
| HSV(B) | 274º | 0.28% | 0.84% | - |
| XYZ | 44.43 | 38.66 | 68.74 | - |
| YUV | 171.01 | 152.26 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 154 | 214 | 0.12 | 0.28 | 0 | 0.16 | 274 | 0.42 | 0.72 |
| Hex | BC | 9A | D6 | C | 1C | 0 | 10 | 112 | 2A | 48 |
| Octal | 274 | 232 | 326 | 14 | 34 | 0 | 20 | 422 | 52 | 110 |
| Binary | 10111100 | 10011010 | 11010110 | 1100 | 11100 | 0 | 10000 | 100010010 | 101010 | 1001000 |
Color Harmonies of #BC9AD6
Complementary color
Monochromatic Colors of #BC9AD6
Black with #BC9AD6
Text Example
Text Example
White with #BC9AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9AD6; }
p { color: rgb(188,154,214); }
H1.HeaderClassName
{
color: #BC9AD6;
}
.AnyTagClassName
{
color: #BC9AD6;
}
</style>
background-color css
<style>
a { background-color: #BC9AD6; }
a { background-color: rgb(188,154,214); }
div.DivClassName
{
background-color: #BC9AD6;
}
.BgClassName
{
background-color: #BC9AD6;
}
</style>
border-color css
<style>
span { border-color: #BC9AD6; }
span { border-color: rgb(188,154,214); }
td.TdClassName
{
border-color: #BC9AD6;
}
.TagClassName
{
border-color: #BC9AD6;
}
</style>