Shades of East Side #B297C4
Tints of East Side #B297C4
RGB
CMYK
RGB Variations
Color information
#B297C4 (or 0xB297C4) is known color: East Side. HEX triplet: B2, 97 and C4. RGB value is (178,151,196). Sum of RGB (Red+Green+Blue) = 178+151+196=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 151 (59.38% from 255 or 28.76% from 525); Blue value is 196 (76.95% from 255 or 37.33% from 525); Max value from RGB is 196 - color contains mainly: blue. Hex color #B297C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B297C4 is #4D683B. Grayscale: #A4A4A4. Windows color (decimal): -5072956 or 12883890. OLE color: 12883890.
HSL color Cylindrical-coordinate representation of color #B297C4: hue angle of 276º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B297C4 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 151 | 196 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.23 |
| HSL | 276º | 0.28% | 0.68% | - |
| HSV(B) | 276º | 0.23% | 0.77% | - |
| XYZ | 39.39 | 35.58 | 57.02 | - |
| YUV | 164.2 | 145.95 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 151 | 196 | 0.09 | 0.23 | 0 | 0.23 | 276 | 0.28 | 0.68 |
| Hex | B2 | 97 | C4 | 9 | 17 | 0 | 17 | 114 | 1C | 44 |
| Octal | 262 | 227 | 304 | 11 | 27 | 0 | 27 | 424 | 34 | 104 |
| Binary | 10110010 | 10010111 | 11000100 | 1001 | 10111 | 0 | 10111 | 100010100 | 11100 | 1000100 |
Color Harmonies of #B297C4
Complementary color
Monochromatic Colors of #B297C4
Black with #B297C4
Text Example
Text Example
White with #B297C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B297C4; }
p { color: rgb(178,151,196); }
H1.HeaderClassName
{
color: #B297C4;
}
.AnyTagClassName
{
color: #B297C4;
}
</style>
background-color css
<style>
a { background-color: #B297C4; }
a { background-color: rgb(178,151,196); }
div.DivClassName
{
background-color: #B297C4;
}
.BgClassName
{
background-color: #B297C4;
}
</style>
border-color css
<style>
span { border-color: #B297C4; }
span { border-color: rgb(178,151,196); }
td.TdClassName
{
border-color: #B297C4;
}
.TagClassName
{
border-color: #B297C4;
}
</style>