Shades of East Side #B29BBE
Tints of East Side #B29BBE
RGB
CMYK
RGB Variations
Color information
#B29BBE (or 0xB29BBE) is known color: East Side. HEX triplet: B2, 9B and BE. RGB value is (178,155,190). Sum of RGB (Red+Green+Blue) = 178+155+190=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 190 - color contains mainly: blue. Hex color #B29BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29BBE is #4D6441. Grayscale: #A5A5A5. Windows color (decimal): -5071938 or 12491698. OLE color: 12491698.
HSL color Cylindrical-coordinate representation of color #B29BBE: hue angle of 279.43º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B29BBE is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 155 | 190 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.25 |
| HSL | 279.43º | 0.21% | 0.68% | - |
| HSV(B) | 279.43º | 0.18% | 0.75% | - |
| XYZ | 39.38 | 36.63 | 53.71 | - |
| YUV | 165.87 | 141.62 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 155 | 190 | 0.06 | 0.18 | 0 | 0.25 | 279.43 | 0.21 | 0.68 |
| Hex | B2 | 9B | BE | 6 | 12 | 0 | 19 | 117 | 15 | 44 |
| Octal | 262 | 233 | 276 | 6 | 22 | 0 | 31 | 427 | 25 | 104 |
| Binary | 10110010 | 10011011 | 10111110 | 110 | 10010 | 0 | 11001 | 100010111 | 10101 | 1000100 |
Color Harmonies of #B29BBE
Complementary color
Monochromatic Colors of #B29BBE
Black with #B29BBE
Text Example
Text Example
White with #B29BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29BBE; }
p { color: rgb(178,155,190); }
H1.HeaderClassName
{
color: #B29BBE;
}
.AnyTagClassName
{
color: #B29BBE;
}
</style>
background-color css
<style>
a { background-color: #B29BBE; }
a { background-color: rgb(178,155,190); }
div.DivClassName
{
background-color: #B29BBE;
}
.BgClassName
{
background-color: #B29BBE;
}
</style>
border-color css
<style>
span { border-color: #B29BBE; }
span { border-color: rgb(178,155,190); }
td.TdClassName
{
border-color: #B29BBE;
}
.TagClassName
{
border-color: #B29BBE;
}
</style>