Shades of East Side #BB8DC3
Tints of East Side #BB8DC3
RGB
CMYK
RGB Variations
Color information
#BB8DC3 (or 0xBB8DC3) is known color: East Side. HEX triplet: BB, 8D and C3. RGB value is (187,141,195). Sum of RGB (Red+Green+Blue) = 187+141+195=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 195 (76.56% from 255 or 37.28% from 523); Max value from RGB is 195 - color contains mainly: blue. Hex color #BB8DC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8DC3 is #44723C. Grayscale: #A0A0A0. Windows color (decimal): -4485693 or 12815803. OLE color: 12815803.
HSL color Cylindrical-coordinate representation of color #BB8DC3: hue angle of 291.11º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB8DC3 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 141 | 195 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.24 |
| HSL | 291.11º | 0.31% | 0.66% | - |
| HSV(B) | 291.11º | 0.28% | 0.76% | - |
| XYZ | 39.87 | 33.55 | 56.01 | - |
| YUV | 160.91 | 147.24 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 141 | 195 | 0.04 | 0.28 | 0 | 0.24 | 291.11 | 0.31 | 0.66 |
| Hex | BB | 8D | C3 | 4 | 1C | 0 | 18 | 123 | 1F | 42 |
| Octal | 273 | 215 | 303 | 4 | 34 | 0 | 30 | 443 | 37 | 102 |
| Binary | 10111011 | 10001101 | 11000011 | 100 | 11100 | 0 | 11000 | 100100011 | 11111 | 1000010 |
Color Harmonies of #BB8DC3
Complementary color
Monochromatic Colors of #BB8DC3
Black with #BB8DC3
Text Example
Text Example
White with #BB8DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8DC3; }
p { color: rgb(187,141,195); }
H1.HeaderClassName
{
color: #BB8DC3;
}
.AnyTagClassName
{
color: #BB8DC3;
}
</style>
background-color css
<style>
a { background-color: #BB8DC3; }
a { background-color: rgb(187,141,195); }
div.DivClassName
{
background-color: #BB8DC3;
}
.BgClassName
{
background-color: #BB8DC3;
}
</style>
border-color css
<style>
span { border-color: #BB8DC3; }
span { border-color: rgb(187,141,195); }
td.TdClassName
{
border-color: #BB8DC3;
}
.TagClassName
{
border-color: #BB8DC3;
}
</style>