Shades of East Side #B08ACE
Tints of East Side #B08ACE
RGB
CMYK
RGB Variations
Color information
#B08ACE (or 0xB08ACE) is known color: East Side. HEX triplet: B0, 8A and CE. RGB value is (176,138,206). Sum of RGB (Red+Green+Blue) = 176+138+206=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #B08ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08ACE is #4F7531. Grayscale: #9C9C9C. Windows color (decimal): -5207346 or 13535920. OLE color: 13535920.
HSL color Cylindrical-coordinate representation of color #B08ACE: hue angle of 273.53º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B08ACE is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 138 | 206 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.19 |
| HSL | 273.53º | 0.41% | 0.67% | - |
| HSV(B) | 273.53º | 0.33% | 0.81% | - |
| XYZ | 38.13 | 31.86 | 62.53 | - |
| YUV | 157.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 138 | 206 | 0.15 | 0.33 | 0 | 0.19 | 273.53 | 0.41 | 0.67 |
| Hex | B0 | 8A | CE | F | 21 | 0 | 13 | 112 | 29 | 43 |
| Octal | 260 | 212 | 316 | 17 | 41 | 0 | 23 | 422 | 51 | 103 |
| Binary | 10110000 | 10001010 | 11001110 | 1111 | 100001 | 0 | 10011 | 100010010 | 101001 | 1000011 |
Color Harmonies of #B08ACE
Complementary color
Monochromatic Colors of #B08ACE
Black with #B08ACE
Text Example
Text Example
White with #B08ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08ACE; }
p { color: rgb(176,138,206); }
H1.HeaderClassName
{
color: #B08ACE;
}
.AnyTagClassName
{
color: #B08ACE;
}
</style>
background-color css
<style>
a { background-color: #B08ACE; }
a { background-color: rgb(176,138,206); }
div.DivClassName
{
background-color: #B08ACE;
}
.BgClassName
{
background-color: #B08ACE;
}
</style>
border-color css
<style>
span { border-color: #B08ACE; }
span { border-color: rgb(176,138,206); }
td.TdClassName
{
border-color: #B08ACE;
}
.TagClassName
{
border-color: #B08ACE;
}
</style>