Shades of East Side #BB8AD0
Tints of East Side #BB8AD0
RGB
CMYK
RGB Variations
Color information
#BB8AD0 (or 0xBB8AD0) is known color: East Side. HEX triplet: BB, 8A and D0. RGB value is (187,138,208). Sum of RGB (Red+Green+Blue) = 187+138+208=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB8AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8AD0 is #44752F. Grayscale: #A0A0A0. Windows color (decimal): -4486448 or 13667003. OLE color: 13667003.
HSL color Cylindrical-coordinate representation of color #BB8AD0: hue angle of 282º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB8AD0 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 138 | 208 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.18 |
| HSL | 282º | 0.43% | 0.68% | - |
| HSV(B) | 282º | 0.34% | 0.82% | - |
| XYZ | 40.97 | 33.3 | 63.94 | - |
| YUV | 160.63 | 154.73 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 138 | 208 | 0.10 | 0.34 | 0 | 0.18 | 282 | 0.43 | 0.68 |
| Hex | BB | 8A | D0 | A | 22 | 0 | 12 | 11A | 2B | 44 |
| Octal | 273 | 212 | 320 | 12 | 42 | 0 | 22 | 432 | 53 | 104 |
| Binary | 10111011 | 10001010 | 11010000 | 1010 | 100010 | 0 | 10010 | 100011010 | 101011 | 1000100 |
Color Harmonies of #BB8AD0
Complementary color
Monochromatic Colors of #BB8AD0
Black with #BB8AD0
Text Example
Text Example
White with #BB8AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8AD0; }
p { color: rgb(187,138,208); }
H1.HeaderClassName
{
color: #BB8AD0;
}
.AnyTagClassName
{
color: #BB8AD0;
}
</style>
background-color css
<style>
a { background-color: #BB8AD0; }
a { background-color: rgb(187,138,208); }
div.DivClassName
{
background-color: #BB8AD0;
}
.BgClassName
{
background-color: #BB8AD0;
}
</style>
border-color css
<style>
span { border-color: #BB8AD0; }
span { border-color: rgb(187,138,208); }
td.TdClassName
{
border-color: #BB8AD0;
}
.TagClassName
{
border-color: #BB8AD0;
}
</style>