Shades of East Side #B19ABC
Tints of East Side #B19ABC
RGB
CMYK
RGB Variations
Color information
#B19ABC (or 0xB19ABC) is known color: East Side. HEX triplet: B1, 9A and BC. RGB value is (177,154,188). Sum of RGB (Red+Green+Blue) = 177+154+188=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 188 - color contains mainly: blue. Hex color #B19ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19ABC is #4E6543. Grayscale: #A4A4A4. Windows color (decimal): -5137732 or 12360369. OLE color: 12360369.
HSL color Cylindrical-coordinate representation of color #B19ABC: hue angle of 280.59º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B19ABC is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 154 | 188 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.26 |
| HSL | 280.59º | 0.2% | 0.67% | - |
| HSV(B) | 280.59º | 0.18% | 0.74% | - |
| XYZ | 38.76 | 36.09 | 52.5 | - |
| YUV | 164.75 | 141.12 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 188 | 0.06 | 0.18 | 0 | 0.26 | 280.59 | 0.2 | 0.67 |
| Hex | B1 | 9A | BC | 6 | 12 | 0 | 1A | 119 | 14 | 43 |
| Octal | 261 | 232 | 274 | 6 | 22 | 0 | 32 | 431 | 24 | 103 |
| Binary | 10110001 | 10011010 | 10111100 | 110 | 10010 | 0 | 11010 | 100011001 | 10100 | 1000011 |
Color Harmonies of #B19ABC
Complementary color
Monochromatic Colors of #B19ABC
Black with #B19ABC
Text Example
Text Example
White with #B19ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19ABC; }
p { color: rgb(177,154,188); }
H1.HeaderClassName
{
color: #B19ABC;
}
.AnyTagClassName
{
color: #B19ABC;
}
</style>
background-color css
<style>
a { background-color: #B19ABC; }
a { background-color: rgb(177,154,188); }
div.DivClassName
{
background-color: #B19ABC;
}
.BgClassName
{
background-color: #B19ABC;
}
</style>
border-color css
<style>
span { border-color: #B19ABC; }
span { border-color: rgb(177,154,188); }
td.TdClassName
{
border-color: #B19ABC;
}
.TagClassName
{
border-color: #B19ABC;
}
</style>