Shades of East Side #B299C0
Tints of East Side #B299C0
RGB
CMYK
RGB Variations
Color information
#B299C0 (or 0xB299C0) is known color: East Side. HEX triplet: B2, 99 and C0. RGB value is (178,153,192). Sum of RGB (Red+Green+Blue) = 178+153+192=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 192 (75.39% from 255 or 36.71% from 523); Max value from RGB is 192 - color contains mainly: blue. Hex color #B299C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B299C0 is #4D663F. Grayscale: #A4A4A4. Windows color (decimal): -5072448 or 12622258. OLE color: 12622258.
HSL color Cylindrical-coordinate representation of color #B299C0: hue angle of 278.46º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B299C0 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 153 | 192 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.25 |
| HSL | 278.46º | 0.24% | 0.68% | - |
| HSV(B) | 278.46º | 0.2% | 0.75% | - |
| XYZ | 39.27 | 36.05 | 54.76 | - |
| YUV | 164.92 | 143.28 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 153 | 192 | 0.07 | 0.20 | 0 | 0.25 | 278.46 | 0.24 | 0.68 |
| Hex | B2 | 99 | C0 | 7 | 14 | 0 | 19 | 116 | 18 | 44 |
| Octal | 262 | 231 | 300 | 7 | 24 | 0 | 31 | 426 | 30 | 104 |
| Binary | 10110010 | 10011001 | 11000000 | 111 | 10100 | 0 | 11001 | 100010110 | 11000 | 1000100 |
Color Harmonies of #B299C0
Complementary color
Monochromatic Colors of #B299C0
Black with #B299C0
Text Example
Text Example
White with #B299C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B299C0; }
p { color: rgb(178,153,192); }
H1.HeaderClassName
{
color: #B299C0;
}
.AnyTagClassName
{
color: #B299C0;
}
</style>
background-color css
<style>
a { background-color: #B299C0; }
a { background-color: rgb(178,153,192); }
div.DivClassName
{
background-color: #B299C0;
}
.BgClassName
{
background-color: #B299C0;
}
</style>
border-color css
<style>
span { border-color: #B299C0; }
span { border-color: rgb(178,153,192); }
td.TdClassName
{
border-color: #B299C0;
}
.TagClassName
{
border-color: #B299C0;
}
</style>