Shades of Perfume #B896FA
Tints of Perfume #B896FA
RGB
CMYK
RGB Variations
Color information
#B896FA (or 0xB896FA) is known color: Perfume. HEX triplet: B8, 96 and FA. RGB value is (184,150,250). Sum of RGB (Red+Green+Blue) = 184+150+250=584 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.51% from 584); Green value is 150 (58.98% from 255 or 25.68% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #B896FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B896FA is #476905. Grayscale: #ABABAB. Windows color (decimal): -4679942 or 16422584. OLE color: 16422584.
HSL color Cylindrical-coordinate representation of color #B896FA: hue angle of 260.4º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B896FA is Cyan = 0.26, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 150 | 250 | - |
| CMYK | 0.26 | 0.4 | 0 | 0.02 |
| HSL | 260.4º | 0.91% | 0.78% | - |
| HSV(B) | 260.4º | 0.4% | 0.98% | - |
| XYZ | 47.93 | 38.91 | 95.43 | - |
| YUV | 171.57 | 172.26 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 150 | 250 | 0.26 | 0.4 | 0 | 0.02 | 260.4 | 0.91 | 0.78 |
| Hex | B8 | 96 | FA | 1A | 28 | 0 | 2 | 104 | 5B | 4E |
| Octal | 270 | 226 | 372 | 32 | 50 | 0 | 2 | 404 | 133 | 116 |
| Binary | 10111000 | 10010110 | 11111010 | 11010 | 101000 | 0 | 10 | 100000100 | 1011011 | 1001110 |
Color Harmonies of #B896FA
Complementary color
Monochromatic Colors of #B896FA
Black with #B896FA
Text Example
Text Example
White with #B896FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B896FA; }
p { color: rgb(184,150,250); }
H1.HeaderClassName
{
color: #B896FA;
}
.AnyTagClassName
{
color: #B896FA;
}
</style>
background-color css
<style>
a { background-color: #B896FA; }
a { background-color: rgb(184,150,250); }
div.DivClassName
{
background-color: #B896FA;
}
.BgClassName
{
background-color: #B896FA;
}
</style>
border-color css
<style>
span { border-color: #B896FA; }
span { border-color: rgb(184,150,250); }
td.TdClassName
{
border-color: #B896FA;
}
.TagClassName
{
border-color: #B896FA;
}
</style>