Shades of Perfume #B898F5
Tints of Perfume #B898F5
RGB
CMYK
RGB Variations
Color information
#B898F5 (or 0xB898F5) is known color: Perfume. HEX triplet: B8, 98 and F5. RGB value is (184,152,245). Sum of RGB (Red+Green+Blue) = 184+152+245=581 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.67% from 581); Green value is 152 (59.77% from 255 or 26.16% from 581); Blue value is 245 (96.09% from 255 or 42.17% from 581); Max value from RGB is 245 - color contains mainly: blue. Hex color #B898F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B898F5 is #47670A. Grayscale: #ABABAB. Windows color (decimal): -4679435 or 16095416. OLE color: 16095416.
HSL color Cylindrical-coordinate representation of color #B898F5: hue angle of 260.65º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B898F5 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 152 | 245 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.04 |
| HSL | 260.65º | 0.82% | 0.78% | - |
| HSV(B) | 260.65º | 0.38% | 0.96% | - |
| XYZ | 47.48 | 39.24 | 91.46 | - |
| YUV | 172.17 | 169.1 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 152 | 245 | 0.25 | 0.38 | 0 | 0.04 | 260.65 | 0.82 | 0.78 |
| Hex | B8 | 98 | F5 | 19 | 26 | 0 | 4 | 105 | 52 | 4E |
| Octal | 270 | 230 | 365 | 31 | 46 | 0 | 4 | 405 | 122 | 116 |
| Binary | 10111000 | 10011000 | 11110101 | 11001 | 100110 | 0 | 100 | 100000101 | 1010010 | 1001110 |
Color Harmonies of #B898F5
Complementary color
Monochromatic Colors of #B898F5
Black with #B898F5
Text Example
Text Example
White with #B898F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B898F5; }
p { color: rgb(184,152,245); }
H1.HeaderClassName
{
color: #B898F5;
}
.AnyTagClassName
{
color: #B898F5;
}
</style>
background-color css
<style>
a { background-color: #B898F5; }
a { background-color: rgb(184,152,245); }
div.DivClassName
{
background-color: #B898F5;
}
.BgClassName
{
background-color: #B898F5;
}
</style>
border-color css
<style>
span { border-color: #B898F5; }
span { border-color: rgb(184,152,245); }
td.TdClassName
{
border-color: #B898F5;
}
.TagClassName
{
border-color: #B898F5;
}
</style>