Shades of Perfume #BC97DF
Tints of Perfume #BC97DF
RGB
CMYK
RGB Variations
Color information
#BC97DF (or 0xBC97DF) is known color: Perfume. HEX triplet: BC, 97 and DF. RGB value is (188,151,223). Sum of RGB (Red+Green+Blue) = 188+151+223=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 151 (59.38% from 255 or 26.87% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC97DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC97DF is #436820. Grayscale: #AAAAAA. Windows color (decimal): -4417569 or 14653372. OLE color: 14653372.
HSL color Cylindrical-coordinate representation of color #BC97DF: hue angle of 270.83º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC97DF is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 151 | 223 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.13 |
| HSL | 270.83º | 0.53% | 0.73% | - |
| HSV(B) | 270.83º | 0.32% | 0.87% | - |
| XYZ | 45.12 | 38.15 | 74.8 | - |
| YUV | 170.27 | 157.76 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 151 | 223 | 0.16 | 0.32 | 0 | 0.13 | 270.83 | 0.53 | 0.73 |
| Hex | BC | 97 | DF | 10 | 20 | 0 | D | 10F | 35 | 49 |
| Octal | 274 | 227 | 337 | 20 | 40 | 0 | 15 | 417 | 65 | 111 |
| Binary | 10111100 | 10010111 | 11011111 | 10000 | 100000 | 0 | 1101 | 100001111 | 110101 | 1001001 |
Color Harmonies of #BC97DF
Complementary color
Monochromatic Colors of #BC97DF
Black with #BC97DF
Text Example
Text Example
White with #BC97DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC97DF; }
p { color: rgb(188,151,223); }
H1.HeaderClassName
{
color: #BC97DF;
}
.AnyTagClassName
{
color: #BC97DF;
}
</style>
background-color css
<style>
a { background-color: #BC97DF; }
a { background-color: rgb(188,151,223); }
div.DivClassName
{
background-color: #BC97DF;
}
.BgClassName
{
background-color: #BC97DF;
}
</style>
border-color css
<style>
span { border-color: #BC97DF; }
span { border-color: rgb(188,151,223); }
td.TdClassName
{
border-color: #BC97DF;
}
.TagClassName
{
border-color: #BC97DF;
}
</style>