Shades of Perfume #B896FE
Tints of Perfume #B896FE
RGB
CMYK
RGB Variations
Color information
#B896FE (or 0xB896FE) is known color: Perfume. HEX triplet: B8, 96 and FE. RGB value is (184,150,254). Sum of RGB (Red+Green+Blue) = 184+150+254=588 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.29% from 588); Green value is 150 (58.98% from 255 or 25.51% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #B896FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B896FE is #476901. Grayscale: #ABABAB. Windows color (decimal): -4679938 or 16684728. OLE color: 16684728.
HSL color Cylindrical-coordinate representation of color #B896FE: hue angle of 259.62º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B896FE is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 150 | 254 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.00 |
| HSL | 259.62º | 0.98% | 0.79% | - |
| HSV(B) | 259.62º | 0.41% | 1% | - |
| XYZ | 48.56 | 39.16 | 98.76 | - |
| YUV | 172.02 | 174.26 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 150 | 254 | 0.28 | 0.41 | 0 | 0.00 | 259.62 | 0.98 | 0.79 |
| Hex | B8 | 96 | FE | 1C | 29 | 0 | 0 | 104 | 62 | 4F |
| Octal | 270 | 226 | 376 | 34 | 51 | 0 | 0 | 404 | 142 | 117 |
| Binary | 10111000 | 10010110 | 11111110 | 11100 | 101001 | 0 | 0 | 100000100 | 1100010 | 1001111 |
Color Harmonies of #B896FE
Complementary color
Monochromatic Colors of #B896FE
Black with #B896FE
Text Example
Text Example
White with #B896FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B896FE; }
p { color: rgb(184,150,254); }
H1.HeaderClassName
{
color: #B896FE;
}
.AnyTagClassName
{
color: #B896FE;
}
</style>
background-color css
<style>
a { background-color: #B896FE; }
a { background-color: rgb(184,150,254); }
div.DivClassName
{
background-color: #B896FE;
}
.BgClassName
{
background-color: #B896FE;
}
</style>
border-color css
<style>
span { border-color: #B896FE; }
span { border-color: rgb(184,150,254); }
td.TdClassName
{
border-color: #B896FE;
}
.TagClassName
{
border-color: #B896FE;
}
</style>