Shades of East Side #BB8AD1
Tints of East Side #BB8AD1
RGB
CMYK
RGB Variations
Color information
#BB8AD1 (or 0xBB8AD1) is known color: East Side. HEX triplet: BB, 8A and D1. RGB value is (187,138,209). Sum of RGB (Red+Green+Blue) = 187+138+209=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB8AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8AD1 is #44752E. Grayscale: #A0A0A0. Windows color (decimal): -4486447 or 13732539. OLE color: 13732539.
HSL color Cylindrical-coordinate representation of color #BB8AD1: hue angle of 281.41º degrees, saturation: 0.44, 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 #BB8AD1 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 138 | 209 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.18 |
| HSL | 281.41º | 0.44% | 0.68% | - |
| HSV(B) | 281.41º | 0.34% | 0.82% | - |
| XYZ | 41.09 | 33.35 | 64.59 | - |
| YUV | 160.75 | 155.23 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 138 | 209 | 0.11 | 0.34 | 0 | 0.18 | 281.41 | 0.44 | 0.68 |
| Hex | BB | 8A | D1 | B | 22 | 0 | 12 | 119 | 2C | 44 |
| Octal | 273 | 212 | 321 | 13 | 42 | 0 | 22 | 431 | 54 | 104 |
| Binary | 10111011 | 10001010 | 11010001 | 1011 | 100010 | 0 | 10010 | 100011001 | 101100 | 1000100 |
Color Harmonies of #BB8AD1
Complementary color
Monochromatic Colors of #BB8AD1
Black with #BB8AD1
Text Example
Text Example
White with #BB8AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8AD1; }
p { color: rgb(187,138,209); }
H1.HeaderClassName
{
color: #BB8AD1;
}
.AnyTagClassName
{
color: #BB8AD1;
}
</style>
background-color css
<style>
a { background-color: #BB8AD1; }
a { background-color: rgb(187,138,209); }
div.DivClassName
{
background-color: #BB8AD1;
}
.BgClassName
{
background-color: #BB8AD1;
}
</style>
border-color css
<style>
span { border-color: #BB8AD1; }
span { border-color: rgb(187,138,209); }
td.TdClassName
{
border-color: #BB8AD1;
}
.TagClassName
{
border-color: #BB8AD1;
}
</style>