Shades of Perfume #B89DEA
Tints of Perfume #B89DEA
RGB
CMYK
RGB Variations
Color information
#B89DEA (or 0xB89DEA) is known color: Perfume. HEX triplet: B8, 9D and EA. RGB value is (184,157,234). Sum of RGB (Red+Green+Blue) = 184+157+234=575 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32% from 575); Green value is 157 (61.72% from 255 or 27.30% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #B89DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B89DEA is #476215. Grayscale: #ADADAD. Windows color (decimal): -4678166 or 15375800. OLE color: 15375800.
HSL color Cylindrical-coordinate representation of color #B89DEA: hue angle of 261.04º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B89DEA is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 157 | 234 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.08 |
| HSL | 261.04º | 0.65% | 0.77% | - |
| HSV(B) | 261.04º | 0.33% | 0.92% | - |
| XYZ | 46.68 | 40.24 | 83.15 | - |
| YUV | 173.85 | 161.95 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 157 | 234 | 0.21 | 0.33 | 0 | 0.08 | 261.04 | 0.65 | 0.77 |
| Hex | B8 | 9D | EA | 15 | 21 | 0 | 8 | 105 | 41 | 4D |
| Octal | 270 | 235 | 352 | 25 | 41 | 0 | 10 | 405 | 101 | 115 |
| Binary | 10111000 | 10011101 | 11101010 | 10101 | 100001 | 0 | 1000 | 100000101 | 1000001 | 1001101 |
Color Harmonies of #B89DEA
Complementary color
Monochromatic Colors of #B89DEA
Black with #B89DEA
Text Example
Text Example
White with #B89DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89DEA; }
p { color: rgb(184,157,234); }
H1.HeaderClassName
{
color: #B89DEA;
}
.AnyTagClassName
{
color: #B89DEA;
}
</style>
background-color css
<style>
a { background-color: #B89DEA; }
a { background-color: rgb(184,157,234); }
div.DivClassName
{
background-color: #B89DEA;
}
.BgClassName
{
background-color: #B89DEA;
}
</style>
border-color css
<style>
span { border-color: #B89DEA; }
span { border-color: rgb(184,157,234); }
td.TdClassName
{
border-color: #B89DEA;
}
.TagClassName
{
border-color: #B89DEA;
}
</style>