Shades of East Side #B29BC0
Tints of East Side #B29BC0
RGB
CMYK
RGB Variations
Color information
#B29BC0 (or 0xB29BC0) is known color: East Side. HEX triplet: B2, 9B and C0. RGB value is (178,155,192). Sum of RGB (Red+Green+Blue) = 178+155+192=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 192 - color contains mainly: blue. Hex color #B29BC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29BC0 is #4D643F. Grayscale: #A5A5A5. Windows color (decimal): -5071936 or 12622770. OLE color: 12622770.
HSL color Cylindrical-coordinate representation of color #B29BC0: hue angle of 277.3º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B29BC0 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 155 | 192 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.25 |
| HSL | 277.3º | 0.23% | 0.68% | - |
| HSV(B) | 277.3º | 0.19% | 0.75% | - |
| XYZ | 39.6 | 36.71 | 54.87 | - |
| YUV | 166.1 | 142.62 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 155 | 192 | 0.07 | 0.19 | 0 | 0.25 | 277.3 | 0.23 | 0.68 |
| Hex | B2 | 9B | C0 | 7 | 13 | 0 | 19 | 115 | 17 | 44 |
| Octal | 262 | 233 | 300 | 7 | 23 | 0 | 31 | 425 | 27 | 104 |
| Binary | 10110010 | 10011011 | 11000000 | 111 | 10011 | 0 | 11001 | 100010101 | 10111 | 1000100 |
Color Harmonies of #B29BC0
Complementary color
Monochromatic Colors of #B29BC0
Black with #B29BC0
Text Example
Text Example
White with #B29BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29BC0; }
p { color: rgb(178,155,192); }
H1.HeaderClassName
{
color: #B29BC0;
}
.AnyTagClassName
{
color: #B29BC0;
}
</style>
background-color css
<style>
a { background-color: #B29BC0; }
a { background-color: rgb(178,155,192); }
div.DivClassName
{
background-color: #B29BC0;
}
.BgClassName
{
background-color: #B29BC0;
}
</style>
border-color css
<style>
span { border-color: #B29BC0; }
span { border-color: rgb(178,155,192); }
td.TdClassName
{
border-color: #B29BC0;
}
.TagClassName
{
border-color: #B29BC0;
}
</style>