Shades of Perfume #B89AF4
Tints of Perfume #B89AF4
RGB
CMYK
RGB Variations
Color information
#B89AF4 (or 0xB89AF4) is known color: Perfume. HEX triplet: B8, 9A and F4. RGB value is (184,154,244). Sum of RGB (Red+Green+Blue) = 184+154+244=582 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.62% from 582); Green value is 154 (60.55% from 255 or 26.46% from 582); Blue value is 244 (95.70% from 255 or 41.92% from 582); Max value from RGB is 244 - color contains mainly: blue. Hex color #B89AF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B89AF4 is #47650B. Grayscale: #ACACAC. Windows color (decimal): -4678924 or 16030392. OLE color: 16030392.
HSL color Cylindrical-coordinate representation of color #B89AF4: hue angle of 260º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B89AF4 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 154 | 244 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.04 |
| HSL | 260º | 0.8% | 0.78% | - |
| HSV(B) | 260º | 0.37% | 0.96% | - |
| XYZ | 47.65 | 39.83 | 90.77 | - |
| YUV | 173.23 | 167.94 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 154 | 244 | 0.25 | 0.37 | 0 | 0.04 | 260 | 0.8 | 0.78 |
| Hex | B8 | 9A | F4 | 19 | 25 | 0 | 4 | 104 | 50 | 4E |
| Octal | 270 | 232 | 364 | 31 | 45 | 0 | 4 | 404 | 120 | 116 |
| Binary | 10111000 | 10011010 | 11110100 | 11001 | 100101 | 0 | 100 | 100000100 | 1010000 | 1001110 |
Color Harmonies of #B89AF4
Complementary color
Monochromatic Colors of #B89AF4
Black with #B89AF4
Text Example
Text Example
White with #B89AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89AF4; }
p { color: rgb(184,154,244); }
H1.HeaderClassName
{
color: #B89AF4;
}
.AnyTagClassName
{
color: #B89AF4;
}
</style>
background-color css
<style>
a { background-color: #B89AF4; }
a { background-color: rgb(184,154,244); }
div.DivClassName
{
background-color: #B89AF4;
}
.BgClassName
{
background-color: #B89AF4;
}
</style>
border-color css
<style>
span { border-color: #B89AF4; }
span { border-color: rgb(184,154,244); }
td.TdClassName
{
border-color: #B89AF4;
}
.TagClassName
{
border-color: #B89AF4;
}
</style>