Shades of East Side #B299BE
Tints of East Side #B299BE
RGB
CMYK
RGB Variations
Color information
#B299BE (or 0xB299BE) is known color: East Side. HEX triplet: B2, 99 and BE. RGB value is (178,153,190). Sum of RGB (Red+Green+Blue) = 178+153+190=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 190 - color contains mainly: blue. Hex color #B299BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B299BE is #4D6641. Grayscale: #A4A4A4. Windows color (decimal): -5072450 or 12491186. OLE color: 12491186.
HSL color Cylindrical-coordinate representation of color #B299BE: hue angle of 280.54º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B299BE is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 153 | 190 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.25 |
| HSL | 280.54º | 0.22% | 0.67% | - |
| HSV(B) | 280.54º | 0.19% | 0.75% | - |
| XYZ | 39.05 | 35.97 | 53.6 | - |
| YUV | 164.69 | 142.28 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 153 | 190 | 0.06 | 0.19 | 0 | 0.25 | 280.54 | 0.22 | 0.67 |
| Hex | B2 | 99 | BE | 6 | 13 | 0 | 19 | 119 | 16 | 43 |
| Octal | 262 | 231 | 276 | 6 | 23 | 0 | 31 | 431 | 26 | 103 |
| Binary | 10110010 | 10011001 | 10111110 | 110 | 10011 | 0 | 11001 | 100011001 | 10110 | 1000011 |
Color Harmonies of #B299BE
Complementary color
Monochromatic Colors of #B299BE
Black with #B299BE
Text Example
Text Example
White with #B299BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B299BE; }
p { color: rgb(178,153,190); }
H1.HeaderClassName
{
color: #B299BE;
}
.AnyTagClassName
{
color: #B299BE;
}
</style>
background-color css
<style>
a { background-color: #B299BE; }
a { background-color: rgb(178,153,190); }
div.DivClassName
{
background-color: #B299BE;
}
.BgClassName
{
background-color: #B299BE;
}
</style>
border-color css
<style>
span { border-color: #B299BE; }
span { border-color: rgb(178,153,190); }
td.TdClassName
{
border-color: #B299BE;
}
.TagClassName
{
border-color: #B299BE;
}
</style>