Shades of Perfume #B899FC
Tints of Perfume #B899FC
RGB
CMYK
RGB Variations
Color information
#B899FC (or 0xB899FC) is known color: Perfume. HEX triplet: B8, 99 and FC. RGB value is (184,153,252). Sum of RGB (Red+Green+Blue) = 184+153+252=589 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.24% from 589); Green value is 153 (60.16% from 255 or 25.98% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #B899FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B899FC is #476603. Grayscale: #ADADAD. Windows color (decimal): -4679172 or 16554424. OLE color: 16554424.
HSL color Cylindrical-coordinate representation of color #B899FC: hue angle of 258.79º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B899FC is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 153 | 252 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.01 |
| HSL | 258.79º | 0.94% | 0.79% | - |
| HSV(B) | 258.79º | 0.39% | 0.99% | - |
| XYZ | 48.73 | 40 | 97.25 | - |
| YUV | 173.56 | 172.27 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 252 | 0.27 | 0.39 | 0 | 0.01 | 258.79 | 0.94 | 0.79 |
| Hex | B8 | 99 | FC | 1B | 27 | 0 | 1 | 103 | 5E | 4F |
| Octal | 270 | 231 | 374 | 33 | 47 | 0 | 1 | 403 | 136 | 117 |
| Binary | 10111000 | 10011001 | 11111100 | 11011 | 100111 | 0 | 1 | 100000011 | 1011110 | 1001111 |
Color Harmonies of #B899FC
Complementary color
Monochromatic Colors of #B899FC
Black with #B899FC
Text Example
Text Example
White with #B899FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B899FC; }
p { color: rgb(184,153,252); }
H1.HeaderClassName
{
color: #B899FC;
}
.AnyTagClassName
{
color: #B899FC;
}
</style>
background-color css
<style>
a { background-color: #B899FC; }
a { background-color: rgb(184,153,252); }
div.DivClassName
{
background-color: #B899FC;
}
.BgClassName
{
background-color: #B899FC;
}
</style>
border-color css
<style>
span { border-color: #B899FC; }
span { border-color: rgb(184,153,252); }
td.TdClassName
{
border-color: #B899FC;
}
.TagClassName
{
border-color: #B899FC;
}
</style>