Shades of East Side #B898C9
Tints of East Side #B898C9
RGB
CMYK
RGB Variations
Color information
#B898C9 (or 0xB898C9) is known color: East Side. HEX triplet: B8, 98 and C9. RGB value is (184,152,201). Sum of RGB (Red+Green+Blue) = 184+152+201=537 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.26% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 201 - color contains mainly: blue. Hex color #B898C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B898C9 is #476736. Grayscale: #A6A6A6. Windows color (decimal): -4679479 or 13211832. OLE color: 13211832.
HSL color Cylindrical-coordinate representation of color #B898C9: hue angle of 279.18º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B898C9 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 152 | 201 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.21 |
| HSL | 279.18º | 0.31% | 0.69% | - |
| HSV(B) | 279.18º | 0.24% | 0.79% | - |
| XYZ | 41.54 | 36.86 | 60.18 | - |
| YUV | 167.15 | 147.1 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 152 | 201 | 0.08 | 0.24 | 0 | 0.21 | 279.18 | 0.31 | 0.69 |
| Hex | B8 | 98 | C9 | 8 | 18 | 0 | 15 | 117 | 1F | 45 |
| Octal | 270 | 230 | 311 | 10 | 30 | 0 | 25 | 427 | 37 | 105 |
| Binary | 10111000 | 10011000 | 11001001 | 1000 | 11000 | 0 | 10101 | 100010111 | 11111 | 1000101 |
Color Harmonies of #B898C9
Complementary color
Monochromatic Colors of #B898C9
Black with #B898C9
Text Example
Text Example
White with #B898C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B898C9; }
p { color: rgb(184,152,201); }
H1.HeaderClassName
{
color: #B898C9;
}
.AnyTagClassName
{
color: #B898C9;
}
</style>
background-color css
<style>
a { background-color: #B898C9; }
a { background-color: rgb(184,152,201); }
div.DivClassName
{
background-color: #B898C9;
}
.BgClassName
{
background-color: #B898C9;
}
</style>
border-color css
<style>
span { border-color: #B898C9; }
span { border-color: rgb(184,152,201); }
td.TdClassName
{
border-color: #B898C9;
}
.TagClassName
{
border-color: #B898C9;
}
</style>