Shades of Perfume #BC99D9
Tints of Perfume #BC99D9
RGB
CMYK
RGB Variations
Color information
#BC99D9 (or 0xBC99D9) is known color: Perfume. HEX triplet: BC, 99 and D9. RGB value is (188,153,217). Sum of RGB (Red+Green+Blue) = 188+153+217=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 153 (60.16% from 255 or 27.42% from 558); Blue value is 217 (85.16% from 255 or 38.89% from 558); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC99D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99D9 is #436626. Grayscale: #AAAAAA. Windows color (decimal): -4417063 or 14260668. OLE color: 14260668.
HSL color Cylindrical-coordinate representation of color #BC99D9: hue angle of 272.81º 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 #BC99D9 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 153 | 217 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.15 |
| HSL | 272.81º | 0.46% | 0.73% | - |
| HSV(B) | 272.81º | 0.29% | 0.85% | - |
| XYZ | 44.65 | 38.48 | 70.72 | - |
| YUV | 170.76 | 154.1 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 217 | 0.13 | 0.29 | 0 | 0.15 | 272.81 | 0.46 | 0.73 |
| Hex | BC | 99 | D9 | D | 1D | 0 | F | 111 | 2E | 49 |
| Octal | 274 | 231 | 331 | 15 | 35 | 0 | 17 | 421 | 56 | 111 |
| Binary | 10111100 | 10011001 | 11011001 | 1101 | 11101 | 0 | 1111 | 100010001 | 101110 | 1001001 |
Color Harmonies of #BC99D9
Complementary color
Monochromatic Colors of #BC99D9
Black with #BC99D9
Text Example
Text Example
White with #BC99D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC99D9; }
p { color: rgb(188,153,217); }
H1.HeaderClassName
{
color: #BC99D9;
}
.AnyTagClassName
{
color: #BC99D9;
}
</style>
background-color css
<style>
a { background-color: #BC99D9; }
a { background-color: rgb(188,153,217); }
div.DivClassName
{
background-color: #BC99D9;
}
.BgClassName
{
background-color: #BC99D9;
}
</style>
border-color css
<style>
span { border-color: #BC99D9; }
span { border-color: rgb(188,153,217); }
td.TdClassName
{
border-color: #BC99D9;
}
.TagClassName
{
border-color: #BC99D9;
}
</style>