Shades of Perfume #BC97DE
Tints of Perfume #BC97DE
RGB
CMYK
RGB Variations
Color information
#BC97DE (or 0xBC97DE) is known color: Perfume. HEX triplet: BC, 97 and DE. RGB value is (188,151,222). Sum of RGB (Red+Green+Blue) = 188+151+222=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 151 (59.38% from 255 or 26.92% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC97DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC97DE is #436821. Grayscale: #A9A9A9. Windows color (decimal): -4417570 or 14587836. OLE color: 14587836.
HSL color Cylindrical-coordinate representation of color #BC97DE: hue angle of 271.27º degrees, saturation: 0.52, 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 #BC97DE is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 151 | 222 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.13 |
| HSL | 271.27º | 0.52% | 0.73% | - |
| HSV(B) | 271.27º | 0.32% | 0.87% | - |
| XYZ | 44.99 | 38.1 | 74.09 | - |
| YUV | 170.16 | 157.26 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 151 | 222 | 0.15 | 0.32 | 0 | 0.13 | 271.27 | 0.52 | 0.73 |
| Hex | BC | 97 | DE | F | 20 | 0 | D | 10F | 34 | 49 |
| Octal | 274 | 227 | 336 | 17 | 40 | 0 | 15 | 417 | 64 | 111 |
| Binary | 10111100 | 10010111 | 11011110 | 1111 | 100000 | 0 | 1101 | 100001111 | 110100 | 1001001 |
Color Harmonies of #BC97DE
Complementary color
Monochromatic Colors of #BC97DE
Black with #BC97DE
Text Example
Text Example
White with #BC97DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC97DE; }
p { color: rgb(188,151,222); }
H1.HeaderClassName
{
color: #BC97DE;
}
.AnyTagClassName
{
color: #BC97DE;
}
</style>
background-color css
<style>
a { background-color: #BC97DE; }
a { background-color: rgb(188,151,222); }
div.DivClassName
{
background-color: #BC97DE;
}
.BgClassName
{
background-color: #BC97DE;
}
</style>
border-color css
<style>
span { border-color: #BC97DE; }
span { border-color: rgb(188,151,222); }
td.TdClassName
{
border-color: #BC97DE;
}
.TagClassName
{
border-color: #BC97DE;
}
</style>