Shades of East Side #B48ABC
Tints of East Side #B48ABC
RGB
CMYK
RGB Variations
Color information
#B48ABC (or 0xB48ABC) is known color: East Side. HEX triplet: B4, 8A and BC. RGB value is (180,138,188). Sum of RGB (Red+Green+Blue) = 180+138+188=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 188 - color contains mainly: blue. Hex color #B48ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48ABC is #4B7543. Grayscale: #9C9C9C. Windows color (decimal): -4945220 or 12356276. OLE color: 12356276.
HSL color Cylindrical-coordinate representation of color #B48ABC: hue angle of 290.4º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B48ABC is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 138 | 188 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.26 |
| HSL | 290.4º | 0.27% | 0.64% | - |
| HSV(B) | 290.4º | 0.27% | 0.74% | - |
| XYZ | 36.99 | 31.51 | 51.71 | - |
| YUV | 156.26 | 145.91 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 138 | 188 | 0.04 | 0.27 | 0 | 0.26 | 290.4 | 0.27 | 0.64 |
| Hex | B4 | 8A | BC | 4 | 1B | 0 | 1A | 122 | 1B | 40 |
| Octal | 264 | 212 | 274 | 4 | 33 | 0 | 32 | 442 | 33 | 100 |
| Binary | 10110100 | 10001010 | 10111100 | 100 | 11011 | 0 | 11010 | 100100010 | 11011 | 1000000 |
Color Harmonies of #B48ABC
Complementary color
Monochromatic Colors of #B48ABC
Black with #B48ABC
Text Example
Text Example
White with #B48ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48ABC; }
p { color: rgb(180,138,188); }
H1.HeaderClassName
{
color: #B48ABC;
}
.AnyTagClassName
{
color: #B48ABC;
}
</style>
background-color css
<style>
a { background-color: #B48ABC; }
a { background-color: rgb(180,138,188); }
div.DivClassName
{
background-color: #B48ABC;
}
.BgClassName
{
background-color: #B48ABC;
}
</style>
border-color css
<style>
span { border-color: #B48ABC; }
span { border-color: rgb(180,138,188); }
td.TdClassName
{
border-color: #B48ABC;
}
.TagClassName
{
border-color: #B48ABC;
}
</style>