Shades of Perfume #BC98E9
Tints of Perfume #BC98E9
RGB
CMYK
RGB Variations
Color information
#BC98E9 (or 0xBC98E9) is known color: Perfume. HEX triplet: BC, 98 and E9. RGB value is (188,152,233). Sum of RGB (Red+Green+Blue) = 188+152+233=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 152 (59.77% from 255 or 26.53% from 573); Blue value is 233 (91.41% from 255 or 40.66% from 573); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC98E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC98E9 is #436716. Grayscale: #ABABAB. Windows color (decimal): -4417303 or 15308988. OLE color: 15308988.
HSL color Cylindrical-coordinate representation of color #BC98E9: hue angle of 266.67º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC98E9 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 152 | 233 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.09 |
| HSL | 266.67º | 0.65% | 0.75% | - |
| HSV(B) | 266.67º | 0.35% | 0.91% | - |
| XYZ | 46.68 | 39.03 | 82.16 | - |
| YUV | 172 | 162.43 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 233 | 0.19 | 0.35 | 0 | 0.09 | 266.67 | 0.65 | 0.75 |
| Hex | BC | 98 | E9 | 13 | 23 | 0 | 9 | 10B | 41 | 4B |
| Octal | 274 | 230 | 351 | 23 | 43 | 0 | 11 | 413 | 101 | 113 |
| Binary | 10111100 | 10011000 | 11101001 | 10011 | 100011 | 0 | 1001 | 100001011 | 1000001 | 1001011 |
Color Harmonies of #BC98E9
Complementary color
Monochromatic Colors of #BC98E9
Black with #BC98E9
Text Example
Text Example
White with #BC98E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC98E9; }
p { color: rgb(188,152,233); }
H1.HeaderClassName
{
color: #BC98E9;
}
.AnyTagClassName
{
color: #BC98E9;
}
</style>
background-color css
<style>
a { background-color: #BC98E9; }
a { background-color: rgb(188,152,233); }
div.DivClassName
{
background-color: #BC98E9;
}
.BgClassName
{
background-color: #BC98E9;
}
</style>
border-color css
<style>
span { border-color: #BC98E9; }
span { border-color: rgb(188,152,233); }
td.TdClassName
{
border-color: #BC98E9;
}
.TagClassName
{
border-color: #BC98E9;
}
</style>