Shades of East Side #B298C0
Tints of East Side #B298C0
RGB
CMYK
RGB Variations
Color information
#B298C0 (or 0xB298C0) is known color: East Side. HEX triplet: B2, 98 and C0. RGB value is (178,152,192). Sum of RGB (Red+Green+Blue) = 178+152+192=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 192 - color contains mainly: blue. Hex color #B298C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B298C0 is #4D673F. Grayscale: #A4A4A4. Windows color (decimal): -5072704 or 12622002. OLE color: 12622002.
HSL color Cylindrical-coordinate representation of color #B298C0: hue angle of 279º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B298C0 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 152 | 192 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.25 |
| HSL | 279º | 0.24% | 0.67% | - |
| HSV(B) | 279º | 0.21% | 0.75% | - |
| XYZ | 39.1 | 35.73 | 54.7 | - |
| YUV | 164.33 | 143.61 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 152 | 192 | 0.07 | 0.21 | 0 | 0.25 | 279 | 0.24 | 0.67 |
| Hex | B2 | 98 | C0 | 7 | 15 | 0 | 19 | 117 | 18 | 43 |
| Octal | 262 | 230 | 300 | 7 | 25 | 0 | 31 | 427 | 30 | 103 |
| Binary | 10110010 | 10011000 | 11000000 | 111 | 10101 | 0 | 11001 | 100010111 | 11000 | 1000011 |
Color Harmonies of #B298C0
Complementary color
Monochromatic Colors of #B298C0
Black with #B298C0
Text Example
Text Example
White with #B298C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B298C0; }
p { color: rgb(178,152,192); }
H1.HeaderClassName
{
color: #B298C0;
}
.AnyTagClassName
{
color: #B298C0;
}
</style>
background-color css
<style>
a { background-color: #B298C0; }
a { background-color: rgb(178,152,192); }
div.DivClassName
{
background-color: #B298C0;
}
.BgClassName
{
background-color: #B298C0;
}
</style>
border-color css
<style>
span { border-color: #B298C0; }
span { border-color: rgb(178,152,192); }
td.TdClassName
{
border-color: #B298C0;
}
.TagClassName
{
border-color: #B298C0;
}
</style>