Shades of Perfume #B99CF8
Tints of Perfume #B99CF8
RGB
CMYK
RGB Variations
Color information
#B99CF8 (or 0xB99CF8) is known color: Perfume. HEX triplet: B9, 9C and F8. RGB value is (185,156,248). Sum of RGB (Red+Green+Blue) = 185+156+248=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 156 (61.33% from 255 or 26.49% from 589); Blue value is 248 (97.27% from 255 or 42.11% from 589); Max value from RGB is 248 - color contains mainly: blue. Hex color #B99CF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99CF8 is #466307. Grayscale: #AEAEAE. Windows color (decimal): -4612872 or 16293049. OLE color: 16293049.
HSL color Cylindrical-coordinate representation of color #B99CF8: hue angle of 258.91º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B99CF8 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 185 | 156 | 248 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.03 |
| HSL | 258.91º | 0.87% | 0.79% | - |
| HSV(B) | 258.91º | 0.37% | 0.97% | - |
| XYZ | 48.84 | 40.87 | 94.12 | - |
| YUV | 175.16 | 169.11 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 156 | 248 | 0.25 | 0.37 | 0 | 0.03 | 258.91 | 0.87 | 0.79 |
| Hex | B9 | 9C | F8 | 19 | 25 | 0 | 3 | 103 | 57 | 4F |
| Octal | 271 | 234 | 370 | 31 | 45 | 0 | 3 | 403 | 127 | 117 |
| Binary | 10111001 | 10011100 | 11111000 | 11001 | 100101 | 0 | 11 | 100000011 | 1010111 | 1001111 |
Color Harmonies of #B99CF8
Complementary color
Monochromatic Colors of #B99CF8
Black with #B99CF8
Text Example
Text Example
White with #B99CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99CF8; }
p { color: rgb(185,156,248); }
H1.HeaderClassName
{
color: #B99CF8;
}
.AnyTagClassName
{
color: #B99CF8;
}
</style>
background-color css
<style>
a { background-color: #B99CF8; }
a { background-color: rgb(185,156,248); }
div.DivClassName
{
background-color: #B99CF8;
}
.BgClassName
{
background-color: #B99CF8;
}
</style>
border-color css
<style>
span { border-color: #B99CF8; }
span { border-color: rgb(185,156,248); }
td.TdClassName
{
border-color: #B99CF8;
}
.TagClassName
{
border-color: #B99CF8;
}
</style>