Shades of East Side #B29CC2
Tints of East Side #B29CC2
RGB
CMYK
RGB Variations
Color information
#B29CC2 (or 0xB29CC2) is known color: East Side. HEX triplet: B2, 9C and C2. RGB value is (178,156,194). Sum of RGB (Red+Green+Blue) = 178+156+194=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 194 - color contains mainly: blue. Hex color #B29CC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29CC2 is #4D633D. Grayscale: #A6A6A6. Windows color (decimal): -5071678 or 12754098. OLE color: 12754098.
HSL color Cylindrical-coordinate representation of color #B29CC2: hue angle of 274.74º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B29CC2 is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 156 | 194 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.24 |
| HSL | 274.74º | 0.24% | 0.69% | - |
| HSV(B) | 274.74º | 0.2% | 0.76% | - |
| XYZ | 39.99 | 37.14 | 56.1 | - |
| YUV | 166.91 | 143.29 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 156 | 194 | 0.08 | 0.20 | 0 | 0.24 | 274.74 | 0.24 | 0.69 |
| Hex | B2 | 9C | C2 | 8 | 14 | 0 | 18 | 113 | 18 | 45 |
| Octal | 262 | 234 | 302 | 10 | 24 | 0 | 30 | 423 | 30 | 105 |
| Binary | 10110010 | 10011100 | 11000010 | 1000 | 10100 | 0 | 11000 | 100010011 | 11000 | 1000101 |
Color Harmonies of #B29CC2
Complementary color
Monochromatic Colors of #B29CC2
Black with #B29CC2
Text Example
Text Example
White with #B29CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29CC2; }
p { color: rgb(178,156,194); }
H1.HeaderClassName
{
color: #B29CC2;
}
.AnyTagClassName
{
color: #B29CC2;
}
</style>
background-color css
<style>
a { background-color: #B29CC2; }
a { background-color: rgb(178,156,194); }
div.DivClassName
{
background-color: #B29CC2;
}
.BgClassName
{
background-color: #B29CC2;
}
</style>
border-color css
<style>
span { border-color: #B29CC2; }
span { border-color: rgb(178,156,194); }
td.TdClassName
{
border-color: #B29CC2;
}
.TagClassName
{
border-color: #B29CC2;
}
</style>