Shades of East Side #B29DC1
Tints of East Side #B29DC1
RGB
CMYK
RGB Variations
Color information
#B29DC1 (or 0xB29DC1) is known color: East Side. HEX triplet: B2, 9D and C1. RGB value is (178,157,193). Sum of RGB (Red+Green+Blue) = 178+157+193=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 193 - color contains mainly: blue. Hex color #B29DC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29DC1 is #4D623E. Grayscale: #A7A7A7. Windows color (decimal): -5071423 or 12688818. OLE color: 12688818.
HSL color Cylindrical-coordinate representation of color #B29DC1: hue angle of 275º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B29DC1 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 157 | 193 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.24 |
| HSL | 275º | 0.23% | 0.69% | - |
| HSV(B) | 275º | 0.19% | 0.76% | - |
| XYZ | 40.04 | 37.43 | 55.57 | - |
| YUV | 167.38 | 142.46 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 157 | 193 | 0.08 | 0.19 | 0 | 0.24 | 275 | 0.23 | 0.69 |
| Hex | B2 | 9D | C1 | 8 | 13 | 0 | 18 | 113 | 16 | 45 |
| Octal | 262 | 235 | 301 | 10 | 23 | 0 | 30 | 423 | 26 | 105 |
| Binary | 10110010 | 10011101 | 11000001 | 1000 | 10011 | 0 | 11000 | 100010011 | 10110 | 1000101 |
Color Harmonies of #B29DC1
Complementary color
Monochromatic Colors of #B29DC1
Black with #B29DC1
Text Example
Text Example
White with #B29DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29DC1; }
p { color: rgb(178,157,193); }
H1.HeaderClassName
{
color: #B29DC1;
}
.AnyTagClassName
{
color: #B29DC1;
}
</style>
background-color css
<style>
a { background-color: #B29DC1; }
a { background-color: rgb(178,157,193); }
div.DivClassName
{
background-color: #B29DC1;
}
.BgClassName
{
background-color: #B29DC1;
}
</style>
border-color css
<style>
span { border-color: #B29DC1; }
span { border-color: rgb(178,157,193); }
td.TdClassName
{
border-color: #B29DC1;
}
.TagClassName
{
border-color: #B29DC1;
}
</style>