Shades of Perfume #BC98DF
Tints of Perfume #BC98DF
RGB
CMYK
RGB Variations
Color information
#BC98DF (or 0xBC98DF) is known color: Perfume. HEX triplet: BC, 98 and DF. RGB value is (188,152,223). Sum of RGB (Red+Green+Blue) = 188+152+223=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC98DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC98DF is #436720. Grayscale: #AAAAAA. Windows color (decimal): -4417313 or 14653628. OLE color: 14653628.
HSL color Cylindrical-coordinate representation of color #BC98DF: hue angle of 270.42º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC98DF is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 152 | 223 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.13 |
| HSL | 270.42º | 0.53% | 0.74% | - |
| HSV(B) | 270.42º | 0.32% | 0.87% | - |
| XYZ | 45.29 | 38.48 | 74.85 | - |
| YUV | 170.86 | 157.43 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 223 | 0.16 | 0.32 | 0 | 0.13 | 270.42 | 0.53 | 0.74 |
| Hex | BC | 98 | DF | 10 | 20 | 0 | D | 10E | 35 | 4A |
| Octal | 274 | 230 | 337 | 20 | 40 | 0 | 15 | 416 | 65 | 112 |
| Binary | 10111100 | 10011000 | 11011111 | 10000 | 100000 | 0 | 1101 | 100001110 | 110101 | 1001010 |
Color Harmonies of #BC98DF
Complementary color
Monochromatic Colors of #BC98DF
Black with #BC98DF
Text Example
Text Example
White with #BC98DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC98DF; }
p { color: rgb(188,152,223); }
H1.HeaderClassName
{
color: #BC98DF;
}
.AnyTagClassName
{
color: #BC98DF;
}
</style>
background-color css
<style>
a { background-color: #BC98DF; }
a { background-color: rgb(188,152,223); }
div.DivClassName
{
background-color: #BC98DF;
}
.BgClassName
{
background-color: #BC98DF;
}
</style>
border-color css
<style>
span { border-color: #BC98DF; }
span { border-color: rgb(188,152,223); }
td.TdClassName
{
border-color: #BC98DF;
}
.TagClassName
{
border-color: #BC98DF;
}
</style>