Shades of Perfume #BC98D9
Tints of Perfume #BC98D9
RGB
CMYK
RGB Variations
Color information
#BC98D9 (or 0xBC98D9) is known color: Perfume. HEX triplet: BC, 98 and D9. RGB value is (188,152,217). Sum of RGB (Red+Green+Blue) = 188+152+217=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 152 (59.77% from 255 or 27.29% from 557); Blue value is 217 (85.16% from 255 or 38.96% from 557); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC98D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC98D9 is #436726. Grayscale: #A9A9A9. Windows color (decimal): -4417319 or 14260412. OLE color: 14260412.
HSL color Cylindrical-coordinate representation of color #BC98D9: hue angle of 273.23º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC98D9 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 152 | 217 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.15 |
| HSL | 273.23º | 0.46% | 0.72% | - |
| HSV(B) | 273.23º | 0.3% | 0.85% | - |
| XYZ | 44.49 | 38.16 | 70.67 | - |
| YUV | 170.17 | 154.43 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 217 | 0.13 | 0.30 | 0 | 0.15 | 273.23 | 0.46 | 0.72 |
| Hex | BC | 98 | D9 | D | 1E | 0 | F | 111 | 2E | 48 |
| Octal | 274 | 230 | 331 | 15 | 36 | 0 | 17 | 421 | 56 | 110 |
| Binary | 10111100 | 10011000 | 11011001 | 1101 | 11110 | 0 | 1111 | 100010001 | 101110 | 1001000 |
Color Harmonies of #BC98D9
Complementary color
Monochromatic Colors of #BC98D9
Black with #BC98D9
Text Example
Text Example
White with #BC98D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC98D9; }
p { color: rgb(188,152,217); }
H1.HeaderClassName
{
color: #BC98D9;
}
.AnyTagClassName
{
color: #BC98D9;
}
</style>
background-color css
<style>
a { background-color: #BC98D9; }
a { background-color: rgb(188,152,217); }
div.DivClassName
{
background-color: #BC98D9;
}
.BgClassName
{
background-color: #BC98D9;
}
</style>
border-color css
<style>
span { border-color: #BC98D9; }
span { border-color: rgb(188,152,217); }
td.TdClassName
{
border-color: #BC98D9;
}
.TagClassName
{
border-color: #BC98D9;
}
</style>