Shades of East Side #B88ACD
Tints of East Side #B88ACD
RGB
CMYK
RGB Variations
Color information
#B88ACD (or 0xB88ACD) is known color: East Side. HEX triplet: B8, 8A and CD. RGB value is (184,138,205). Sum of RGB (Red+Green+Blue) = 184+138+205=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #B88ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88ACD is #477532. Grayscale: #9F9F9F. Windows color (decimal): -4683059 or 13470392. OLE color: 13470392.
HSL color Cylindrical-coordinate representation of color #B88ACD: hue angle of 281.19º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B88ACD is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 138 | 205 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.20 |
| HSL | 281.19º | 0.4% | 0.67% | - |
| HSV(B) | 281.19º | 0.33% | 0.8% | - |
| XYZ | 39.88 | 32.78 | 61.98 | - |
| YUV | 159.39 | 153.74 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 138 | 205 | 0.10 | 0.33 | 0 | 0.20 | 281.19 | 0.4 | 0.67 |
| Hex | B8 | 8A | CD | A | 21 | 0 | 14 | 119 | 28 | 43 |
| Octal | 270 | 212 | 315 | 12 | 41 | 0 | 24 | 431 | 50 | 103 |
| Binary | 10111000 | 10001010 | 11001101 | 1010 | 100001 | 0 | 10100 | 100011001 | 101000 | 1000011 |
Color Harmonies of #B88ACD
Complementary color
Monochromatic Colors of #B88ACD
Black with #B88ACD
Text Example
Text Example
White with #B88ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88ACD; }
p { color: rgb(184,138,205); }
H1.HeaderClassName
{
color: #B88ACD;
}
.AnyTagClassName
{
color: #B88ACD;
}
</style>
background-color css
<style>
a { background-color: #B88ACD; }
a { background-color: rgb(184,138,205); }
div.DivClassName
{
background-color: #B88ACD;
}
.BgClassName
{
background-color: #B88ACD;
}
</style>
border-color css
<style>
span { border-color: #B88ACD; }
span { border-color: rgb(184,138,205); }
td.TdClassName
{
border-color: #B88ACD;
}
.TagClassName
{
border-color: #B88ACD;
}
</style>