Shades of Perfume #B899F2
Tints of Perfume #B899F2
RGB
CMYK
RGB Variations
Color information
#B899F2 (or 0xB899F2) is known color: Perfume. HEX triplet: B8, 99 and F2. RGB value is (184,153,242). Sum of RGB (Red+Green+Blue) = 184+153+242=579 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.78% from 579); Green value is 153 (60.16% from 255 or 26.42% from 579); Blue value is 242 (94.92% from 255 or 41.80% from 579); Max value from RGB is 242 - color contains mainly: blue. Hex color #B899F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B899F2 is #47660D. Grayscale: #ACACAC. Windows color (decimal): -4679182 or 15899064. OLE color: 15899064.
HSL color Cylindrical-coordinate representation of color #B899F2: hue angle of 260.9º degrees, saturation: 0.77, 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 #B899F2 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 153 | 242 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.05 |
| HSL | 260.9º | 0.77% | 0.77% | - |
| HSV(B) | 260.9º | 0.37% | 0.95% | - |
| XYZ | 47.19 | 39.38 | 89.12 | - |
| YUV | 172.42 | 167.27 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 242 | 0.24 | 0.37 | 0 | 0.05 | 260.9 | 0.77 | 0.77 |
| Hex | B8 | 99 | F2 | 18 | 25 | 0 | 5 | 105 | 4D | 4D |
| Octal | 270 | 231 | 362 | 30 | 45 | 0 | 5 | 405 | 115 | 115 |
| Binary | 10111000 | 10011001 | 11110010 | 11000 | 100101 | 0 | 101 | 100000101 | 1001101 | 1001101 |
Color Harmonies of #B899F2
Complementary color
Monochromatic Colors of #B899F2
Black with #B899F2
Text Example
Text Example
White with #B899F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B899F2; }
p { color: rgb(184,153,242); }
H1.HeaderClassName
{
color: #B899F2;
}
.AnyTagClassName
{
color: #B899F2;
}
</style>
background-color css
<style>
a { background-color: #B899F2; }
a { background-color: rgb(184,153,242); }
div.DivClassName
{
background-color: #B899F2;
}
.BgClassName
{
background-color: #B899F2;
}
</style>
border-color css
<style>
span { border-color: #B899F2; }
span { border-color: rgb(184,153,242); }
td.TdClassName
{
border-color: #B899F2;
}
.TagClassName
{
border-color: #B899F2;
}
</style>