Shades of East Side #B19AC2
Tints of East Side #B19AC2
RGB
CMYK
RGB Variations
Color information
#B19AC2 (or 0xB19AC2) is known color: East Side. HEX triplet: B1, 9A and C2. RGB value is (177,154,194). Sum of RGB (Red+Green+Blue) = 177+154+194=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 194 (76.17% from 255 or 36.95% from 525); Max value from RGB is 194 - color contains mainly: blue. Hex color #B19AC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19AC2 is #4E653D. Grayscale: #A5A5A5. Windows color (decimal): -5137726 or 12753585. OLE color: 12753585.
HSL color Cylindrical-coordinate representation of color #B19AC2: hue angle of 274.5º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B19AC2 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 154 | 194 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.24 |
| HSL | 274.5º | 0.25% | 0.68% | - |
| HSV(B) | 274.5º | 0.21% | 0.76% | - |
| XYZ | 39.42 | 36.35 | 55.98 | - |
| YUV | 165.44 | 144.12 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 194 | 0.09 | 0.21 | 0 | 0.24 | 274.5 | 0.25 | 0.68 |
| Hex | B1 | 9A | C2 | 9 | 15 | 0 | 18 | 112 | 19 | 44 |
| Octal | 261 | 232 | 302 | 11 | 25 | 0 | 30 | 422 | 31 | 104 |
| Binary | 10110001 | 10011010 | 11000010 | 1001 | 10101 | 0 | 11000 | 100010010 | 11001 | 1000100 |
Color Harmonies of #B19AC2
Complementary color
Monochromatic Colors of #B19AC2
Black with #B19AC2
Text Example
Text Example
White with #B19AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19AC2; }
p { color: rgb(177,154,194); }
H1.HeaderClassName
{
color: #B19AC2;
}
.AnyTagClassName
{
color: #B19AC2;
}
</style>
background-color css
<style>
a { background-color: #B19AC2; }
a { background-color: rgb(177,154,194); }
div.DivClassName
{
background-color: #B19AC2;
}
.BgClassName
{
background-color: #B19AC2;
}
</style>
border-color css
<style>
span { border-color: #B19AC2; }
span { border-color: rgb(177,154,194); }
td.TdClassName
{
border-color: #B19AC2;
}
.TagClassName
{
border-color: #B19AC2;
}
</style>