Shades of East Side #B89AC9
Tints of East Side #B89AC9
RGB
CMYK
RGB Variations
Color information
#B89AC9 (or 0xB89AC9) is known color: East Side. HEX triplet: B8, 9A and C9. RGB value is (184,154,201). Sum of RGB (Red+Green+Blue) = 184+154+201=539 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.14% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 201 - color contains mainly: blue. Hex color #B89AC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89AC9 is #476536. Grayscale: #A8A8A8. Windows color (decimal): -4678967 or 13212344. OLE color: 13212344.
HSL color Cylindrical-coordinate representation of color #B89AC9: hue angle of 278.3º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B89AC9 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 154 | 201 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.21 |
| HSL | 278.3º | 0.3% | 0.7% | - |
| HSV(B) | 278.3º | 0.23% | 0.79% | - |
| XYZ | 41.87 | 37.52 | 60.29 | - |
| YUV | 168.33 | 146.44 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 154 | 201 | 0.08 | 0.23 | 0 | 0.21 | 278.3 | 0.3 | 0.7 |
| Hex | B8 | 9A | C9 | 8 | 17 | 0 | 15 | 116 | 1E | 46 |
| Octal | 270 | 232 | 311 | 10 | 27 | 0 | 25 | 426 | 36 | 106 |
| Binary | 10111000 | 10011010 | 11001001 | 1000 | 10111 | 0 | 10101 | 100010110 | 11110 | 1000110 |
Color Harmonies of #B89AC9
Complementary color
Monochromatic Colors of #B89AC9
Black with #B89AC9
Text Example
Text Example
White with #B89AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89AC9; }
p { color: rgb(184,154,201); }
H1.HeaderClassName
{
color: #B89AC9;
}
.AnyTagClassName
{
color: #B89AC9;
}
</style>
background-color css
<style>
a { background-color: #B89AC9; }
a { background-color: rgb(184,154,201); }
div.DivClassName
{
background-color: #B89AC9;
}
.BgClassName
{
background-color: #B89AC9;
}
</style>
border-color css
<style>
span { border-color: #B89AC9; }
span { border-color: rgb(184,154,201); }
td.TdClassName
{
border-color: #B89AC9;
}
.TagClassName
{
border-color: #B89AC9;
}
</style>