Shades of Perfume #B899FA
Tints of Perfume #B899FA
RGB
CMYK
RGB Variations
Color information
#B899FA (or 0xB899FA) is known color: Perfume. HEX triplet: B8, 99 and FA. RGB value is (184,153,250). Sum of RGB (Red+Green+Blue) = 184+153+250=587 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.35% from 587); Green value is 153 (60.16% from 255 or 26.06% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #B899FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B899FA is #476605. Grayscale: #ACACAC. Windows color (decimal): -4679174 or 16423352. OLE color: 16423352.
HSL color Cylindrical-coordinate representation of color #B899FA: hue angle of 259.18º 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 #B899FA is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 153 | 250 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.02 |
| HSL | 259.18º | 0.91% | 0.79% | - |
| HSV(B) | 259.18º | 0.39% | 0.98% | - |
| XYZ | 48.41 | 39.87 | 95.59 | - |
| YUV | 173.33 | 171.27 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 250 | 0.26 | 0.39 | 0 | 0.02 | 259.18 | 0.91 | 0.79 |
| Hex | B8 | 99 | FA | 1A | 27 | 0 | 2 | 103 | 5B | 4F |
| Octal | 270 | 231 | 372 | 32 | 47 | 0 | 2 | 403 | 133 | 117 |
| Binary | 10111000 | 10011001 | 11111010 | 11010 | 100111 | 0 | 10 | 100000011 | 1011011 | 1001111 |
Color Harmonies of #B899FA
Complementary color
Monochromatic Colors of #B899FA
Black with #B899FA
Text Example
Text Example
White with #B899FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B899FA; }
p { color: rgb(184,153,250); }
H1.HeaderClassName
{
color: #B899FA;
}
.AnyTagClassName
{
color: #B899FA;
}
</style>
background-color css
<style>
a { background-color: #B899FA; }
a { background-color: rgb(184,153,250); }
div.DivClassName
{
background-color: #B899FA;
}
.BgClassName
{
background-color: #B899FA;
}
</style>
border-color css
<style>
span { border-color: #B899FA; }
span { border-color: rgb(184,153,250); }
td.TdClassName
{
border-color: #B899FA;
}
.TagClassName
{
border-color: #B899FA;
}
</style>