Shades of Perfume #B896F2
Tints of Perfume #B896F2
RGB
CMYK
RGB Variations
Color information
#B896F2 (or 0xB896F2) is known color: Perfume. HEX triplet: B8, 96 and F2. RGB value is (184,150,242). Sum of RGB (Red+Green+Blue) = 184+150+242=576 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.94% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 242 (94.92% from 255 or 42.01% from 576); Max value from RGB is 242 - color contains mainly: blue. Hex color #B896F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B896F2 is #47690D. Grayscale: #AAAAAA. Windows color (decimal): -4679950 or 15898296. OLE color: 15898296.
HSL color Cylindrical-coordinate representation of color #B896F2: hue angle of 262.17º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B896F2 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 150 | 242 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.05 |
| HSL | 262.17º | 0.78% | 0.77% | - |
| HSV(B) | 262.17º | 0.38% | 0.95% | - |
| XYZ | 46.7 | 38.41 | 88.96 | - |
| YUV | 170.65 | 168.26 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 150 | 242 | 0.24 | 0.38 | 0 | 0.05 | 262.17 | 0.78 | 0.77 |
| Hex | B8 | 96 | F2 | 18 | 26 | 0 | 5 | 106 | 4E | 4D |
| Octal | 270 | 226 | 362 | 30 | 46 | 0 | 5 | 406 | 116 | 115 |
| Binary | 10111000 | 10010110 | 11110010 | 11000 | 100110 | 0 | 101 | 100000110 | 1001110 | 1001101 |
Color Harmonies of #B896F2
Complementary color
Monochromatic Colors of #B896F2
Black with #B896F2
Text Example
Text Example
White with #B896F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B896F2; }
p { color: rgb(184,150,242); }
H1.HeaderClassName
{
color: #B896F2;
}
.AnyTagClassName
{
color: #B896F2;
}
</style>
background-color css
<style>
a { background-color: #B896F2; }
a { background-color: rgb(184,150,242); }
div.DivClassName
{
background-color: #B896F2;
}
.BgClassName
{
background-color: #B896F2;
}
</style>
border-color css
<style>
span { border-color: #B896F2; }
span { border-color: rgb(184,150,242); }
td.TdClassName
{
border-color: #B896F2;
}
.TagClassName
{
border-color: #B896F2;
}
</style>