Shades of Perfume #B89CEC
Tints of Perfume #B89CEC
RGB
CMYK
RGB Variations
Color information
#B89CEC (or 0xB89CEC) is known color: Perfume. HEX triplet: B8, 9C and EC. RGB value is (184,156,236). Sum of RGB (Red+Green+Blue) = 184+156+236=576 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.94% from 576); Green value is 156 (61.33% from 255 or 27.08% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #B89CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B89CEC is #476313. Grayscale: #ADADAD. Windows color (decimal): -4678420 or 15506616. OLE color: 15506616.
HSL color Cylindrical-coordinate representation of color #B89CEC: hue angle of 261º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B89CEC is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 156 | 236 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.07 |
| HSL | 261º | 0.68% | 0.77% | - |
| HSV(B) | 261º | 0.34% | 0.93% | - |
| XYZ | 46.8 | 40.02 | 84.62 | - |
| YUV | 173.49 | 163.28 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 236 | 0.22 | 0.34 | 0 | 0.07 | 261 | 0.68 | 0.77 |
| Hex | B8 | 9C | EC | 16 | 22 | 0 | 7 | 105 | 44 | 4D |
| Octal | 270 | 234 | 354 | 26 | 42 | 0 | 7 | 405 | 104 | 115 |
| Binary | 10111000 | 10011100 | 11101100 | 10110 | 100010 | 0 | 111 | 100000101 | 1000100 | 1001101 |
Color Harmonies of #B89CEC
Complementary color
Monochromatic Colors of #B89CEC
Black with #B89CEC
Text Example
Text Example
White with #B89CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89CEC; }
p { color: rgb(184,156,236); }
H1.HeaderClassName
{
color: #B89CEC;
}
.AnyTagClassName
{
color: #B89CEC;
}
</style>
background-color css
<style>
a { background-color: #B89CEC; }
a { background-color: rgb(184,156,236); }
div.DivClassName
{
background-color: #B89CEC;
}
.BgClassName
{
background-color: #B89CEC;
}
</style>
border-color css
<style>
span { border-color: #B89CEC; }
span { border-color: rgb(184,156,236); }
td.TdClassName
{
border-color: #B89CEC;
}
.TagClassName
{
border-color: #B89CEC;
}
</style>