Shades of Perfume #BC97DB
Tints of Perfume #BC97DB
RGB
CMYK
RGB Variations
Color information
#BC97DB (or 0xBC97DB) is known color: Perfume. HEX triplet: BC, 97 and DB. RGB value is (188,151,219). Sum of RGB (Red+Green+Blue) = 188+151+219=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 151 (59.38% from 255 or 27.06% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC97DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC97DB is #436824. Grayscale: #A9A9A9. Windows color (decimal): -4417573 or 14391228. OLE color: 14391228.
HSL color Cylindrical-coordinate representation of color #BC97DB: hue angle of 272.65º 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 #BC97DB is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 151 | 219 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.14 |
| HSL | 272.65º | 0.49% | 0.73% | - |
| HSV(B) | 272.65º | 0.31% | 0.86% | - |
| XYZ | 44.59 | 37.94 | 71.99 | - |
| YUV | 169.82 | 155.76 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 151 | 219 | 0.14 | 0.31 | 0 | 0.14 | 272.65 | 0.49 | 0.73 |
| Hex | BC | 97 | DB | E | 1F | 0 | E | 111 | 31 | 49 |
| Octal | 274 | 227 | 333 | 16 | 37 | 0 | 16 | 421 | 61 | 111 |
| Binary | 10111100 | 10010111 | 11011011 | 1110 | 11111 | 0 | 1110 | 100010001 | 110001 | 1001001 |
Color Harmonies of #BC97DB
Complementary color
Monochromatic Colors of #BC97DB
Black with #BC97DB
Text Example
Text Example
White with #BC97DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC97DB; }
p { color: rgb(188,151,219); }
H1.HeaderClassName
{
color: #BC97DB;
}
.AnyTagClassName
{
color: #BC97DB;
}
</style>
background-color css
<style>
a { background-color: #BC97DB; }
a { background-color: rgb(188,151,219); }
div.DivClassName
{
background-color: #BC97DB;
}
.BgClassName
{
background-color: #BC97DB;
}
</style>
border-color css
<style>
span { border-color: #BC97DB; }
span { border-color: rgb(188,151,219); }
td.TdClassName
{
border-color: #BC97DB;
}
.TagClassName
{
border-color: #BC97DB;
}
</style>