Shades of East Side #B89AC5
Tints of East Side #B89AC5
RGB
CMYK
RGB Variations
Color information
#B89AC5 (or 0xB89AC5) is known color: East Side. HEX triplet: B8, 9A and C5. RGB value is (184,154,197). Sum of RGB (Red+Green+Blue) = 184+154+197=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 197 (77.34% from 255 or 36.82% from 535); Max value from RGB is 197 - color contains mainly: blue. Hex color #B89AC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89AC5 is #47653A. Grayscale: #A7A7A7. Windows color (decimal): -4678971 or 12950200. OLE color: 12950200.
HSL color Cylindrical-coordinate representation of color #B89AC5: hue angle of 281.86º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B89AC5 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 154 | 197 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.23 |
| HSL | 281.86º | 0.27% | 0.69% | - |
| HSV(B) | 281.86º | 0.22% | 0.77% | - |
| XYZ | 41.4 | 37.33 | 57.85 | - |
| YUV | 167.87 | 144.44 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 154 | 197 | 0.07 | 0.22 | 0 | 0.23 | 281.86 | 0.27 | 0.69 |
| Hex | B8 | 9A | C5 | 7 | 16 | 0 | 17 | 11A | 1B | 45 |
| Octal | 270 | 232 | 305 | 7 | 26 | 0 | 27 | 432 | 33 | 105 |
| Binary | 10111000 | 10011010 | 11000101 | 111 | 10110 | 0 | 10111 | 100011010 | 11011 | 1000101 |
Color Harmonies of #B89AC5
Complementary color
Monochromatic Colors of #B89AC5
Black with #B89AC5
Text Example
Text Example
White with #B89AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89AC5; }
p { color: rgb(184,154,197); }
H1.HeaderClassName
{
color: #B89AC5;
}
.AnyTagClassName
{
color: #B89AC5;
}
</style>
background-color css
<style>
a { background-color: #B89AC5; }
a { background-color: rgb(184,154,197); }
div.DivClassName
{
background-color: #B89AC5;
}
.BgClassName
{
background-color: #B89AC5;
}
</style>
border-color css
<style>
span { border-color: #B89AC5; }
span { border-color: rgb(184,154,197); }
td.TdClassName
{
border-color: #B89AC5;
}
.TagClassName
{
border-color: #B89AC5;
}
</style>