Shades of East Side #BB8ACD
Tints of East Side #BB8ACD
RGB
CMYK
RGB Variations
Color information
#BB8ACD (or 0xBB8ACD) is known color: East Side. HEX triplet: BB, 8A and CD. RGB value is (187,138,205). Sum of RGB (Red+Green+Blue) = 187+138+205=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB8ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8ACD is #447532. Grayscale: #A0A0A0. Windows color (decimal): -4486451 or 13470395. OLE color: 13470395.
HSL color Cylindrical-coordinate representation of color #BB8ACD: hue angle of 283.88º 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 #BB8ACD is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 138 | 205 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.20 |
| HSL | 283.88º | 0.4% | 0.67% | - |
| HSV(B) | 283.88º | 0.33% | 0.8% | - |
| XYZ | 40.6 | 33.15 | 62.02 | - |
| YUV | 160.29 | 153.23 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 138 | 205 | 0.09 | 0.33 | 0 | 0.20 | 283.88 | 0.4 | 0.67 |
| Hex | BB | 8A | CD | 9 | 21 | 0 | 14 | 11C | 28 | 43 |
| Octal | 273 | 212 | 315 | 11 | 41 | 0 | 24 | 434 | 50 | 103 |
| Binary | 10111011 | 10001010 | 11001101 | 1001 | 100001 | 0 | 10100 | 100011100 | 101000 | 1000011 |
Color Harmonies of #BB8ACD
Complementary color
Monochromatic Colors of #BB8ACD
Black with #BB8ACD
Text Example
Text Example
White with #BB8ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8ACD; }
p { color: rgb(187,138,205); }
H1.HeaderClassName
{
color: #BB8ACD;
}
.AnyTagClassName
{
color: #BB8ACD;
}
</style>
background-color css
<style>
a { background-color: #BB8ACD; }
a { background-color: rgb(187,138,205); }
div.DivClassName
{
background-color: #BB8ACD;
}
.BgClassName
{
background-color: #BB8ACD;
}
</style>
border-color css
<style>
span { border-color: #BB8ACD; }
span { border-color: rgb(187,138,205); }
td.TdClassName
{
border-color: #BB8ACD;
}
.TagClassName
{
border-color: #BB8ACD;
}
</style>