Shades of Perfume #B89CEA
Tints of Perfume #B89CEA
RGB
CMYK
RGB Variations
Color information
#B89CEA (or 0xB89CEA) is known color: Perfume. HEX triplet: B8, 9C and EA. RGB value is (184,156,234). Sum of RGB (Red+Green+Blue) = 184+156+234=574 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32.06% from 574); Green value is 156 (61.33% from 255 or 27.18% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 234 - color contains mainly: blue. Hex color #B89CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B89CEA is #476315. Grayscale: #ACACAC. Windows color (decimal): -4678422 or 15375544. OLE color: 15375544.
HSL color Cylindrical-coordinate representation of color #B89CEA: hue angle of 261.54º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B89CEA is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 156 | 234 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.08 |
| HSL | 261.54º | 0.65% | 0.76% | - |
| HSV(B) | 261.54º | 0.33% | 0.92% | - |
| XYZ | 46.51 | 39.91 | 83.09 | - |
| YUV | 173.26 | 162.28 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 234 | 0.21 | 0.33 | 0 | 0.08 | 261.54 | 0.65 | 0.76 |
| Hex | B8 | 9C | EA | 15 | 21 | 0 | 8 | 106 | 41 | 4C |
| Octal | 270 | 234 | 352 | 25 | 41 | 0 | 10 | 406 | 101 | 114 |
| Binary | 10111000 | 10011100 | 11101010 | 10101 | 100001 | 0 | 1000 | 100000110 | 1000001 | 1001100 |
Color Harmonies of #B89CEA
Complementary color
Monochromatic Colors of #B89CEA
Black with #B89CEA
Text Example
Text Example
White with #B89CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89CEA; }
p { color: rgb(184,156,234); }
H1.HeaderClassName
{
color: #B89CEA;
}
.AnyTagClassName
{
color: #B89CEA;
}
</style>
background-color css
<style>
a { background-color: #B89CEA; }
a { background-color: rgb(184,156,234); }
div.DivClassName
{
background-color: #B89CEA;
}
.BgClassName
{
background-color: #B89CEA;
}
</style>
border-color css
<style>
span { border-color: #B89CEA; }
span { border-color: rgb(184,156,234); }
td.TdClassName
{
border-color: #B89CEA;
}
.TagClassName
{
border-color: #B89CEA;
}
</style>