Shades of Perfume #BC98E4
Tints of Perfume #BC98E4
RGB
CMYK
RGB Variations
Color information
#BC98E4 (or 0xBC98E4) is known color: Perfume. HEX triplet: BC, 98 and E4. RGB value is (188,152,228). Sum of RGB (Red+Green+Blue) = 188+152+228=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 152 (59.77% from 255 or 26.76% from 568); Blue value is 228 (89.45% from 255 or 40.14% from 568); Max value from RGB is 228 - color contains mainly: blue. Hex color #BC98E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC98E4 is #43671B. Grayscale: #ABABAB. Windows color (decimal): -4417308 or 14981308. OLE color: 14981308.
HSL color Cylindrical-coordinate representation of color #BC98E4: hue angle of 268.42º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC98E4 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 152 | 228 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.11 |
| HSL | 268.42º | 0.58% | 0.75% | - |
| HSV(B) | 268.42º | 0.33% | 0.89% | - |
| XYZ | 45.97 | 38.75 | 78.46 | - |
| YUV | 171.43 | 159.93 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 228 | 0.18 | 0.33 | 0 | 0.11 | 268.42 | 0.58 | 0.75 |
| Hex | BC | 98 | E4 | 12 | 21 | 0 | B | 10C | 3A | 4B |
| Octal | 274 | 230 | 344 | 22 | 41 | 0 | 13 | 414 | 72 | 113 |
| Binary | 10111100 | 10011000 | 11100100 | 10010 | 100001 | 0 | 1011 | 100001100 | 111010 | 1001011 |
Color Harmonies of #BC98E4
Complementary color
Monochromatic Colors of #BC98E4
Black with #BC98E4
Text Example
Text Example
White with #BC98E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC98E4; }
p { color: rgb(188,152,228); }
H1.HeaderClassName
{
color: #BC98E4;
}
.AnyTagClassName
{
color: #BC98E4;
}
</style>
background-color css
<style>
a { background-color: #BC98E4; }
a { background-color: rgb(188,152,228); }
div.DivClassName
{
background-color: #BC98E4;
}
.BgClassName
{
background-color: #BC98E4;
}
</style>
border-color css
<style>
span { border-color: #BC98E4; }
span { border-color: rgb(188,152,228); }
td.TdClassName
{
border-color: #BC98E4;
}
.TagClassName
{
border-color: #BC98E4;
}
</style>