Shades of Perfume #B999F7
Tints of Perfume #B999F7
RGB
CMYK
RGB Variations
Color information
#B999F7 (or 0xB999F7) is known color: Perfume. HEX triplet: B9, 99 and F7. RGB value is (185,153,247). Sum of RGB (Red+Green+Blue) = 185+153+247=585 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.62% from 585); Green value is 153 (60.16% from 255 or 26.15% from 585); Blue value is 247 (96.88% from 255 or 42.22% from 585); Max value from RGB is 247 - color contains mainly: blue. Hex color #B999F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B999F7 is #466608. Grayscale: #ACACAC. Windows color (decimal): -4613641 or 16226745. OLE color: 16226745.
HSL color Cylindrical-coordinate representation of color #B999F7: hue angle of 260.43º degrees, saturation: 0.85, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B999F7 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 185 | 153 | 247 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.03 |
| HSL | 260.43º | 0.85% | 0.78% | - |
| HSV(B) | 260.43º | 0.38% | 0.97% | - |
| XYZ | 48.19 | 39.81 | 93.14 | - |
| YUV | 173.28 | 169.6 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 153 | 247 | 0.25 | 0.38 | 0 | 0.03 | 260.43 | 0.85 | 0.78 |
| Hex | B9 | 99 | F7 | 19 | 26 | 0 | 3 | 104 | 55 | 4E |
| Octal | 271 | 231 | 367 | 31 | 46 | 0 | 3 | 404 | 125 | 116 |
| Binary | 10111001 | 10011001 | 11110111 | 11001 | 100110 | 0 | 11 | 100000100 | 1010101 | 1001110 |
Color Harmonies of #B999F7
Complementary color
Monochromatic Colors of #B999F7
Black with #B999F7
Text Example
Text Example
White with #B999F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B999F7; }
p { color: rgb(185,153,247); }
H1.HeaderClassName
{
color: #B999F7;
}
.AnyTagClassName
{
color: #B999F7;
}
</style>
background-color css
<style>
a { background-color: #B999F7; }
a { background-color: rgb(185,153,247); }
div.DivClassName
{
background-color: #B999F7;
}
.BgClassName
{
background-color: #B999F7;
}
</style>
border-color css
<style>
span { border-color: #B999F7; }
span { border-color: rgb(185,153,247); }
td.TdClassName
{
border-color: #B999F7;
}
.TagClassName
{
border-color: #B999F7;
}
</style>