Shades of Perfume #B896FB
Tints of Perfume #B896FB
RGB
CMYK
RGB Variations
Color information
#B896FB (or 0xB896FB) is known color: Perfume. HEX triplet: B8, 96 and FB. RGB value is (184,150,251). Sum of RGB (Red+Green+Blue) = 184+150+251=585 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.45% from 585); Green value is 150 (58.98% from 255 or 25.64% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #B896FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B896FB is #476904. Grayscale: #ABABAB. Windows color (decimal): -4679941 or 16488120. OLE color: 16488120.
HSL color Cylindrical-coordinate representation of color #B896FB: hue angle of 260.2º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B896FB is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 150 | 251 | - |
| CMYK | 0.27 | 0.40 | 0 | 0.02 |
| HSL | 260.2º | 0.93% | 0.79% | - |
| HSV(B) | 260.2º | 0.4% | 0.98% | - |
| XYZ | 48.09 | 38.97 | 96.25 | - |
| YUV | 171.68 | 172.76 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 150 | 251 | 0.27 | 0.40 | 0 | 0.02 | 260.2 | 0.93 | 0.79 |
| Hex | B8 | 96 | FB | 1B | 28 | 0 | 2 | 104 | 5D | 4F |
| Octal | 270 | 226 | 373 | 33 | 50 | 0 | 2 | 404 | 135 | 117 |
| Binary | 10111000 | 10010110 | 11111011 | 11011 | 101000 | 0 | 10 | 100000100 | 1011101 | 1001111 |
Color Harmonies of #B896FB
Complementary color
Monochromatic Colors of #B896FB
Black with #B896FB
Text Example
Text Example
White with #B896FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B896FB; }
p { color: rgb(184,150,251); }
H1.HeaderClassName
{
color: #B896FB;
}
.AnyTagClassName
{
color: #B896FB;
}
</style>
background-color css
<style>
a { background-color: #B896FB; }
a { background-color: rgb(184,150,251); }
div.DivClassName
{
background-color: #B896FB;
}
.BgClassName
{
background-color: #B896FB;
}
</style>
border-color css
<style>
span { border-color: #B896FB; }
span { border-color: rgb(184,150,251); }
td.TdClassName
{
border-color: #B896FB;
}
.TagClassName
{
border-color: #B896FB;
}
</style>