Shades of Perfume #B998F8
Tints of Perfume #B998F8
RGB
CMYK
RGB Variations
Color information
#B998F8 (or 0xB998F8) is known color: Perfume. HEX triplet: B9, 98 and F8. RGB value is (185,152,248). Sum of RGB (Red+Green+Blue) = 185+152+248=585 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.62% from 585); Green value is 152 (59.77% from 255 or 25.98% from 585); Blue value is 248 (97.27% from 255 or 42.39% from 585); Max value from RGB is 248 - color contains mainly: blue. Hex color #B998F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B998F8 is #466707. Grayscale: #ACACAC. Windows color (decimal): -4613896 or 16292025. OLE color: 16292025.
HSL color Cylindrical-coordinate representation of color #B998F8: hue angle of 260.62º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B998F8 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 185 | 152 | 248 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.03 |
| HSL | 260.63º | 0.87% | 0.78% | - |
| HSV(B) | 260.63º | 0.39% | 0.97% | - |
| XYZ | 48.18 | 39.55 | 93.9 | - |
| YUV | 172.81 | 170.43 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 152 | 248 | 0.25 | 0.39 | 0 | 0.03 | 260.63 | 0.87 | 0.78 |
| Hex | B9 | 98 | F8 | 19 | 27 | 0 | 3 | 105 | 57 | 4E |
| Octal | 271 | 230 | 370 | 31 | 47 | 0 | 3 | 405 | 127 | 116 |
| Binary | 10111001 | 10011000 | 11111000 | 11001 | 100111 | 0 | 11 | 100000101 | 1010111 | 1001110 |
Color Harmonies of #B998F8
Complementary color
Monochromatic Colors of #B998F8
Black with #B998F8
Text Example
Text Example
White with #B998F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B998F8; }
p { color: rgb(185,152,248); }
H1.HeaderClassName
{
color: #B998F8;
}
.AnyTagClassName
{
color: #B998F8;
}
</style>
background-color css
<style>
a { background-color: #B998F8; }
a { background-color: rgb(185,152,248); }
div.DivClassName
{
background-color: #B998F8;
}
.BgClassName
{
background-color: #B998F8;
}
</style>
border-color css
<style>
span { border-color: #B998F8; }
span { border-color: rgb(185,152,248); }
td.TdClassName
{
border-color: #B998F8;
}
.TagClassName
{
border-color: #B998F8;
}
</style>