Shades of Perfume #BC98ED
Tints of Perfume #BC98ED
RGB
CMYK
RGB Variations
Color information
#BC98ED (or 0xBC98ED) is known color: Perfume. HEX triplet: BC, 98 and ED. RGB value is (188,152,237). Sum of RGB (Red+Green+Blue) = 188+152+237=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 152 (59.77% from 255 or 26.34% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC98ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC98ED is #436712. Grayscale: #ACACAC. Windows color (decimal): -4417299 or 15571132. OLE color: 15571132.
HSL color Cylindrical-coordinate representation of color #BC98ED: hue angle of 265.41º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC98ED is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 152 | 237 | - |
| CMYK | 0.21 | 0.36 | 0 | 0.07 |
| HSL | 265.41º | 0.7% | 0.76% | - |
| HSV(B) | 265.41º | 0.36% | 0.93% | - |
| XYZ | 47.25 | 39.26 | 85.21 | - |
| YUV | 172.45 | 164.43 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 237 | 0.21 | 0.36 | 0 | 0.07 | 265.41 | 0.7 | 0.76 |
| Hex | BC | 98 | ED | 15 | 24 | 0 | 7 | 109 | 46 | 4C |
| Octal | 274 | 230 | 355 | 25 | 44 | 0 | 7 | 411 | 106 | 114 |
| Binary | 10111100 | 10011000 | 11101101 | 10101 | 100100 | 0 | 111 | 100001001 | 1000110 | 1001100 |
Color Harmonies of #BC98ED
Complementary color
Monochromatic Colors of #BC98ED
Black with #BC98ED
Text Example
Text Example
White with #BC98ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC98ED; }
p { color: rgb(188,152,237); }
H1.HeaderClassName
{
color: #BC98ED;
}
.AnyTagClassName
{
color: #BC98ED;
}
</style>
background-color css
<style>
a { background-color: #BC98ED; }
a { background-color: rgb(188,152,237); }
div.DivClassName
{
background-color: #BC98ED;
}
.BgClassName
{
background-color: #BC98ED;
}
</style>
border-color css
<style>
span { border-color: #BC98ED; }
span { border-color: rgb(188,152,237); }
td.TdClassName
{
border-color: #BC98ED;
}
.TagClassName
{
border-color: #BC98ED;
}
</style>