Shades of East Side #B89BC7
Tints of East Side #B89BC7
RGB
CMYK
RGB Variations
Color information
#B89BC7 (or 0xB89BC7) is known color: East Side. HEX triplet: B8, 9B and C7. RGB value is (184,155,199). Sum of RGB (Red+Green+Blue) = 184+155+199=538 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.20% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 199 (78.12% from 255 or 36.99% from 538); Max value from RGB is 199 - color contains mainly: blue. Hex color #B89BC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89BC7 is #476438. Grayscale: #A8A8A8. Windows color (decimal): -4678713 or 13081528. OLE color: 13081528.
HSL color Cylindrical-coordinate representation of color #B89BC7: hue angle of 279.55º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B89BC7 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 155 | 199 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.22 |
| HSL | 279.55º | 0.28% | 0.69% | - |
| HSV(B) | 279.55º | 0.22% | 0.78% | - |
| XYZ | 41.8 | 37.76 | 59.12 | - |
| YUV | 168.69 | 145.11 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 155 | 199 | 0.08 | 0.22 | 0 | 0.22 | 279.55 | 0.28 | 0.69 |
| Hex | B8 | 9B | C7 | 8 | 16 | 0 | 16 | 118 | 1C | 45 |
| Octal | 270 | 233 | 307 | 10 | 26 | 0 | 26 | 430 | 34 | 105 |
| Binary | 10111000 | 10011011 | 11000111 | 1000 | 10110 | 0 | 10110 | 100011000 | 11100 | 1000101 |
Color Harmonies of #B89BC7
Complementary color
Monochromatic Colors of #B89BC7
Black with #B89BC7
Text Example
Text Example
White with #B89BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89BC7; }
p { color: rgb(184,155,199); }
H1.HeaderClassName
{
color: #B89BC7;
}
.AnyTagClassName
{
color: #B89BC7;
}
</style>
background-color css
<style>
a { background-color: #B89BC7; }
a { background-color: rgb(184,155,199); }
div.DivClassName
{
background-color: #B89BC7;
}
.BgClassName
{
background-color: #B89BC7;
}
</style>
border-color css
<style>
span { border-color: #B89BC7; }
span { border-color: rgb(184,155,199); }
td.TdClassName
{
border-color: #B89BC7;
}
.TagClassName
{
border-color: #B89BC7;
}
</style>