Shades of Perfume #B89AEE
Tints of Perfume #B89AEE
RGB
CMYK
RGB Variations
Color information
#B89AEE (or 0xB89AEE) is known color: Perfume. HEX triplet: B8, 9A and EE. RGB value is (184,154,238). Sum of RGB (Red+Green+Blue) = 184+154+238=576 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.94% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #B89AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B89AEE is #476511. Grayscale: #ACACAC. Windows color (decimal): -4678930 or 15637176. OLE color: 15637176.
HSL color Cylindrical-coordinate representation of color #B89AEE: hue angle of 261.43º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B89AEE is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 154 | 238 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.07 |
| HSL | 261.43º | 0.71% | 0.77% | - |
| HSV(B) | 261.43º | 0.35% | 0.93% | - |
| XYZ | 46.76 | 39.47 | 86.04 | - |
| YUV | 172.55 | 164.94 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 154 | 238 | 0.23 | 0.35 | 0 | 0.07 | 261.43 | 0.71 | 0.77 |
| Hex | B8 | 9A | EE | 17 | 23 | 0 | 7 | 105 | 47 | 4D |
| Octal | 270 | 232 | 356 | 27 | 43 | 0 | 7 | 405 | 107 | 115 |
| Binary | 10111000 | 10011010 | 11101110 | 10111 | 100011 | 0 | 111 | 100000101 | 1000111 | 1001101 |
Color Harmonies of #B89AEE
Complementary color
Monochromatic Colors of #B89AEE
Black with #B89AEE
Text Example
Text Example
White with #B89AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89AEE; }
p { color: rgb(184,154,238); }
H1.HeaderClassName
{
color: #B89AEE;
}
.AnyTagClassName
{
color: #B89AEE;
}
</style>
background-color css
<style>
a { background-color: #B89AEE; }
a { background-color: rgb(184,154,238); }
div.DivClassName
{
background-color: #B89AEE;
}
.BgClassName
{
background-color: #B89AEE;
}
</style>
border-color css
<style>
span { border-color: #B89AEE; }
span { border-color: rgb(184,154,238); }
td.TdClassName
{
border-color: #B89AEE;
}
.TagClassName
{
border-color: #B89AEE;
}
</style>