Shades of Perfume #B899F1
Tints of Perfume #B899F1
RGB
CMYK
RGB Variations
Color information
#B899F1 (or 0xB899F1) is known color: Perfume. HEX triplet: B8, 99 and F1. RGB value is (184,153,241). Sum of RGB (Red+Green+Blue) = 184+153+241=578 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.83% from 578); Green value is 153 (60.16% from 255 or 26.47% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 241 - color contains mainly: blue. Hex color #B899F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B899F1 is #47660E. Grayscale: #ABABAB. Windows color (decimal): -4679183 or 15833528. OLE color: 15833528.
HSL color Cylindrical-coordinate representation of color #B899F1: hue angle of 261.14º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B899F1 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 153 | 241 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.05 |
| HSL | 261.14º | 0.76% | 0.77% | - |
| HSV(B) | 261.14º | 0.37% | 0.95% | - |
| XYZ | 47.04 | 39.32 | 88.33 | - |
| YUV | 172.3 | 166.77 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 241 | 0.24 | 0.37 | 0 | 0.05 | 261.14 | 0.76 | 0.77 |
| Hex | B8 | 99 | F1 | 18 | 25 | 0 | 5 | 105 | 4C | 4D |
| Octal | 270 | 231 | 361 | 30 | 45 | 0 | 5 | 405 | 114 | 115 |
| Binary | 10111000 | 10011001 | 11110001 | 11000 | 100101 | 0 | 101 | 100000101 | 1001100 | 1001101 |
Color Harmonies of #B899F1
Complementary color
Monochromatic Colors of #B899F1
Black with #B899F1
Text Example
Text Example
White with #B899F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B899F1; }
p { color: rgb(184,153,241); }
H1.HeaderClassName
{
color: #B899F1;
}
.AnyTagClassName
{
color: #B899F1;
}
</style>
background-color css
<style>
a { background-color: #B899F1; }
a { background-color: rgb(184,153,241); }
div.DivClassName
{
background-color: #B899F1;
}
.BgClassName
{
background-color: #B899F1;
}
</style>
border-color css
<style>
span { border-color: #B899F1; }
span { border-color: rgb(184,153,241); }
td.TdClassName
{
border-color: #B899F1;
}
.TagClassName
{
border-color: #B899F1;
}
</style>