Shades of Perfume #BC98DC
Tints of Perfume #BC98DC
RGB
CMYK
RGB Variations
Color information
#BC98DC (or 0xBC98DC) is known color: Perfume. HEX triplet: BC, 98 and DC. RGB value is (188,152,220). Sum of RGB (Red+Green+Blue) = 188+152+220=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 152 (59.77% from 255 or 27.14% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC98DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC98DC is #436723. Grayscale: #AAAAAA. Windows color (decimal): -4417316 or 14457020. OLE color: 14457020.
HSL color Cylindrical-coordinate representation of color #BC98DC: hue angle of 271.76º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC98DC is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 152 | 220 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.14 |
| HSL | 271.76º | 0.49% | 0.73% | - |
| HSV(B) | 271.76º | 0.31% | 0.86% | - |
| XYZ | 44.89 | 38.32 | 72.74 | - |
| YUV | 170.52 | 155.93 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 220 | 0.15 | 0.31 | 0 | 0.14 | 271.76 | 0.49 | 0.73 |
| Hex | BC | 98 | DC | F | 1F | 0 | E | 110 | 31 | 49 |
| Octal | 274 | 230 | 334 | 17 | 37 | 0 | 16 | 420 | 61 | 111 |
| Binary | 10111100 | 10011000 | 11011100 | 1111 | 11111 | 0 | 1110 | 100010000 | 110001 | 1001001 |
Color Harmonies of #BC98DC
Complementary color
Monochromatic Colors of #BC98DC
Black with #BC98DC
Text Example
Text Example
White with #BC98DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC98DC; }
p { color: rgb(188,152,220); }
H1.HeaderClassName
{
color: #BC98DC;
}
.AnyTagClassName
{
color: #BC98DC;
}
</style>
background-color css
<style>
a { background-color: #BC98DC; }
a { background-color: rgb(188,152,220); }
div.DivClassName
{
background-color: #BC98DC;
}
.BgClassName
{
background-color: #BC98DC;
}
</style>
border-color css
<style>
span { border-color: #BC98DC; }
span { border-color: rgb(188,152,220); }
td.TdClassName
{
border-color: #BC98DC;
}
.TagClassName
{
border-color: #BC98DC;
}
</style>