Shades of Perfume #B999FB
Tints of Perfume #B999FB
RGB
CMYK
RGB Variations
Color information
#B999FB (or 0xB999FB) is known color: Perfume. HEX triplet: B9, 99 and FB. RGB value is (185,153,251). Sum of RGB (Red+Green+Blue) = 185+153+251=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 153 (60.16% from 255 or 25.98% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #B999FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B999FB is #466604. Grayscale: #ADADAD. Windows color (decimal): -4613637 or 16488889. OLE color: 16488889.
HSL color Cylindrical-coordinate representation of color #B999FB: hue angle of 259.59º degrees, saturation: 0.92, 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 #B999FB is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 153 | 251 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.02 |
| HSL | 259.59º | 0.92% | 0.79% | - |
| HSV(B) | 259.59º | 0.39% | 0.98% | - |
| XYZ | 48.81 | 40.06 | 96.43 | - |
| YUV | 173.74 | 171.6 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 153 | 251 | 0.26 | 0.39 | 0 | 0.02 | 259.59 | 0.92 | 0.79 |
| Hex | B9 | 99 | FB | 1A | 27 | 0 | 2 | 104 | 5C | 4F |
| Octal | 271 | 231 | 373 | 32 | 47 | 0 | 2 | 404 | 134 | 117 |
| Binary | 10111001 | 10011001 | 11111011 | 11010 | 100111 | 0 | 10 | 100000100 | 1011100 | 1001111 |
Color Harmonies of #B999FB
Complementary color
Monochromatic Colors of #B999FB
Black with #B999FB
Text Example
Text Example
White with #B999FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B999FB; }
p { color: rgb(185,153,251); }
H1.HeaderClassName
{
color: #B999FB;
}
.AnyTagClassName
{
color: #B999FB;
}
</style>
background-color css
<style>
a { background-color: #B999FB; }
a { background-color: rgb(185,153,251); }
div.DivClassName
{
background-color: #B999FB;
}
.BgClassName
{
background-color: #B999FB;
}
</style>
border-color css
<style>
span { border-color: #B999FB; }
span { border-color: rgb(185,153,251); }
td.TdClassName
{
border-color: #B999FB;
}
.TagClassName
{
border-color: #B999FB;
}
</style>