Shades of Perfume #B898FD
Tints of Perfume #B898FD
RGB
CMYK
RGB Variations
Color information
#B898FD (or 0xB898FD) is known color: Perfume. HEX triplet: B8, 98 and FD. RGB value is (184,152,253). Sum of RGB (Red+Green+Blue) = 184+152+253=589 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.24% from 589); Green value is 152 (59.77% from 255 or 25.81% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #B898FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B898FD is #476702. Grayscale: #ACACAC. Windows color (decimal): -4679427 or 16619704. OLE color: 16619704.
HSL color Cylindrical-coordinate representation of color #B898FD: hue angle of 259.01º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B898FD is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 152 | 253 | - |
| CMYK | 0.27 | 0.40 | 0 | 0.01 |
| HSL | 259.01º | 0.96% | 0.79% | - |
| HSV(B) | 259.01º | 0.4% | 0.99% | - |
| XYZ | 48.73 | 39.74 | 98.03 | - |
| YUV | 173.08 | 173.1 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 152 | 253 | 0.27 | 0.40 | 0 | 0.01 | 259.01 | 0.96 | 0.79 |
| Hex | B8 | 98 | FD | 1B | 28 | 0 | 1 | 103 | 60 | 4F |
| Octal | 270 | 230 | 375 | 33 | 50 | 0 | 1 | 403 | 140 | 117 |
| Binary | 10111000 | 10011000 | 11111101 | 11011 | 101000 | 0 | 1 | 100000011 | 1100000 | 1001111 |
Color Harmonies of #B898FD
Complementary color
Monochromatic Colors of #B898FD
Black with #B898FD
Text Example
Text Example
White with #B898FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B898FD; }
p { color: rgb(184,152,253); }
H1.HeaderClassName
{
color: #B898FD;
}
.AnyTagClassName
{
color: #B898FD;
}
</style>
background-color css
<style>
a { background-color: #B898FD; }
a { background-color: rgb(184,152,253); }
div.DivClassName
{
background-color: #B898FD;
}
.BgClassName
{
background-color: #B898FD;
}
</style>
border-color css
<style>
span { border-color: #B898FD; }
span { border-color: rgb(184,152,253); }
td.TdClassName
{
border-color: #B898FD;
}
.TagClassName
{
border-color: #B898FD;
}
</style>