Shades of Perfume #B89EEA
Tints of Perfume #B89EEA
RGB
CMYK
RGB Variations
Color information
#B89EEA (or 0xB89EEA) is known color: Perfume. HEX triplet: B8, 9E and EA. RGB value is (184,158,234). Sum of RGB (Red+Green+Blue) = 184+158+234=576 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.94% from 576); Green value is 158 (62.11% from 255 or 27.43% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #B89EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B89EEA is #476115. Grayscale: #AEAEAE. Windows color (decimal): -4677910 or 15376056. OLE color: 15376056.
HSL color Cylindrical-coordinate representation of color #B89EEA: hue angle of 260.53º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B89EEA is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 158 | 234 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.08 |
| HSL | 260.53º | 0.64% | 0.77% | - |
| HSV(B) | 260.53º | 0.32% | 0.92% | - |
| XYZ | 46.85 | 40.58 | 83.21 | - |
| YUV | 174.44 | 161.61 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 158 | 234 | 0.21 | 0.32 | 0 | 0.08 | 260.53 | 0.64 | 0.77 |
| Hex | B8 | 9E | EA | 15 | 20 | 0 | 8 | 105 | 40 | 4D |
| Octal | 270 | 236 | 352 | 25 | 40 | 0 | 10 | 405 | 100 | 115 |
| Binary | 10111000 | 10011110 | 11101010 | 10101 | 100000 | 0 | 1000 | 100000101 | 1000000 | 1001101 |
Color Harmonies of #B89EEA
Complementary color
Monochromatic Colors of #B89EEA
Black with #B89EEA
Text Example
Text Example
White with #B89EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89EEA; }
p { color: rgb(184,158,234); }
H1.HeaderClassName
{
color: #B89EEA;
}
.AnyTagClassName
{
color: #B89EEA;
}
</style>
background-color css
<style>
a { background-color: #B89EEA; }
a { background-color: rgb(184,158,234); }
div.DivClassName
{
background-color: #B89EEA;
}
.BgClassName
{
background-color: #B89EEA;
}
</style>
border-color css
<style>
span { border-color: #B89EEA; }
span { border-color: rgb(184,158,234); }
td.TdClassName
{
border-color: #B89EEA;
}
.TagClassName
{
border-color: #B89EEA;
}
</style>