Shades of East Side #B08ACB
Tints of East Side #B08ACB
RGB
CMYK
RGB Variations
Color information
#B08ACB (or 0xB08ACB) is known color: East Side. HEX triplet: B0, 8A and CB. RGB value is (176,138,203). Sum of RGB (Red+Green+Blue) = 176+138+203=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #B08ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08ACB is #4F7534. Grayscale: #9C9C9C. Windows color (decimal): -5207349 or 13339312. OLE color: 13339312.
HSL color Cylindrical-coordinate representation of color #B08ACB: hue angle of 275.08º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B08ACB is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 138 | 203 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.20 |
| HSL | 275.08º | 0.38% | 0.67% | - |
| HSV(B) | 275.08º | 0.32% | 0.8% | - |
| XYZ | 37.77 | 31.72 | 60.63 | - |
| YUV | 156.77 | 154.09 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 138 | 203 | 0.13 | 0.32 | 0 | 0.20 | 275.08 | 0.38 | 0.67 |
| Hex | B0 | 8A | CB | D | 20 | 0 | 14 | 113 | 26 | 43 |
| Octal | 260 | 212 | 313 | 15 | 40 | 0 | 24 | 423 | 46 | 103 |
| Binary | 10110000 | 10001010 | 11001011 | 1101 | 100000 | 0 | 10100 | 100010011 | 100110 | 1000011 |
Color Harmonies of #B08ACB
Complementary color
Monochromatic Colors of #B08ACB
Black with #B08ACB
Text Example
Text Example
White with #B08ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08ACB; }
p { color: rgb(176,138,203); }
H1.HeaderClassName
{
color: #B08ACB;
}
.AnyTagClassName
{
color: #B08ACB;
}
</style>
background-color css
<style>
a { background-color: #B08ACB; }
a { background-color: rgb(176,138,203); }
div.DivClassName
{
background-color: #B08ACB;
}
.BgClassName
{
background-color: #B08ACB;
}
</style>
border-color css
<style>
span { border-color: #B08ACB; }
span { border-color: rgb(176,138,203); }
td.TdClassName
{
border-color: #B08ACB;
}
.TagClassName
{
border-color: #B08ACB;
}
</style>