Shades of Perfume #B898FA
Tints of Perfume #B898FA
RGB
CMYK
RGB Variations
Color information
#B898FA (or 0xB898FA) is known color: Perfume. HEX triplet: B8, 98 and FA. RGB value is (184,152,250). Sum of RGB (Red+Green+Blue) = 184+152+250=586 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.40% from 586); Green value is 152 (59.77% from 255 or 25.94% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #B898FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B898FA is #476705. Grayscale: #ACACAC. Windows color (decimal): -4679430 or 16423096. OLE color: 16423096.
HSL color Cylindrical-coordinate representation of color #B898FA: hue angle of 259.59º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B898FA is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 152 | 250 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.02 |
| HSL | 259.59º | 0.91% | 0.79% | - |
| HSV(B) | 259.59º | 0.39% | 0.98% | - |
| XYZ | 48.25 | 39.55 | 95.53 | - |
| YUV | 172.74 | 171.6 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 152 | 250 | 0.26 | 0.39 | 0 | 0.02 | 259.59 | 0.91 | 0.79 |
| Hex | B8 | 98 | FA | 1A | 27 | 0 | 2 | 104 | 5B | 4F |
| Octal | 270 | 230 | 372 | 32 | 47 | 0 | 2 | 404 | 133 | 117 |
| Binary | 10111000 | 10011000 | 11111010 | 11010 | 100111 | 0 | 10 | 100000100 | 1011011 | 1001111 |
Color Harmonies of #B898FA
Complementary color
Monochromatic Colors of #B898FA
Black with #B898FA
Text Example
Text Example
White with #B898FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B898FA; }
p { color: rgb(184,152,250); }
H1.HeaderClassName
{
color: #B898FA;
}
.AnyTagClassName
{
color: #B898FA;
}
</style>
background-color css
<style>
a { background-color: #B898FA; }
a { background-color: rgb(184,152,250); }
div.DivClassName
{
background-color: #B898FA;
}
.BgClassName
{
background-color: #B898FA;
}
</style>
border-color css
<style>
span { border-color: #B898FA; }
span { border-color: rgb(184,152,250); }
td.TdClassName
{
border-color: #B898FA;
}
.TagClassName
{
border-color: #B898FA;
}
</style>