Shades of Perfume #B89AFC
Tints of Perfume #B89AFC
RGB
CMYK
RGB Variations
Color information
#B89AFC (or 0xB89AFC) is known color: Perfume. HEX triplet: B8, 9A and FC. RGB value is (184,154,252). Sum of RGB (Red+Green+Blue) = 184+154+252=590 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.19% from 590); Green value is 154 (60.55% from 255 or 26.10% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #B89AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B89AFC is #476503. Grayscale: #ADADAD. Windows color (decimal): -4678916 or 16554680. OLE color: 16554680.
HSL color Cylindrical-coordinate representation of color #B89AFC: hue angle of 258.37º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B89AFC is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 154 | 252 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.01 |
| HSL | 258.37º | 0.94% | 0.8% | - |
| HSV(B) | 258.37º | 0.39% | 0.99% | - |
| XYZ | 48.89 | 40.33 | 97.3 | - |
| YUV | 174.14 | 171.94 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 154 | 252 | 0.27 | 0.39 | 0 | 0.01 | 258.37 | 0.94 | 0.8 |
| Hex | B8 | 9A | FC | 1B | 27 | 0 | 1 | 102 | 5E | 50 |
| Octal | 270 | 232 | 374 | 33 | 47 | 0 | 1 | 402 | 136 | 120 |
| Binary | 10111000 | 10011010 | 11111100 | 11011 | 100111 | 0 | 1 | 100000010 | 1011110 | 1010000 |
Color Harmonies of #B89AFC
Complementary color
Monochromatic Colors of #B89AFC
Black with #B89AFC
Text Example
Text Example
White with #B89AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89AFC; }
p { color: rgb(184,154,252); }
H1.HeaderClassName
{
color: #B89AFC;
}
.AnyTagClassName
{
color: #B89AFC;
}
</style>
background-color css
<style>
a { background-color: #B89AFC; }
a { background-color: rgb(184,154,252); }
div.DivClassName
{
background-color: #B89AFC;
}
.BgClassName
{
background-color: #B89AFC;
}
</style>
border-color css
<style>
span { border-color: #B89AFC; }
span { border-color: rgb(184,154,252); }
td.TdClassName
{
border-color: #B89AFC;
}
.TagClassName
{
border-color: #B89AFC;
}
</style>