Shades of East Side #BB8CC2
Tints of East Side #BB8CC2
RGB
CMYK
RGB Variations
Color information
#BB8CC2 (or 0xBB8CC2) is known color: East Side. HEX triplet: BB, 8C and C2. RGB value is (187,140,194). Sum of RGB (Red+Green+Blue) = 187+140+194=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB8CC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8CC2 is #44733D. Grayscale: #A0A0A0. Windows color (decimal): -4485950 or 12750011. OLE color: 12750011.
HSL color Cylindrical-coordinate representation of color #BB8CC2: hue angle of 292.22º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB8CC2 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 140 | 194 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.24 |
| HSL | 292.22º | 0.31% | 0.65% | - |
| HSV(B) | 292.22º | 0.28% | 0.76% | - |
| XYZ | 39.61 | 33.22 | 55.36 | - |
| YUV | 160.21 | 147.07 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 194 | 0.04 | 0.28 | 0 | 0.24 | 292.22 | 0.31 | 0.65 |
| Hex | BB | 8C | C2 | 4 | 1C | 0 | 18 | 124 | 1F | 41 |
| Octal | 273 | 214 | 302 | 4 | 34 | 0 | 30 | 444 | 37 | 101 |
| Binary | 10111011 | 10001100 | 11000010 | 100 | 11100 | 0 | 11000 | 100100100 | 11111 | 1000001 |
Color Harmonies of #BB8CC2
Complementary color
Monochromatic Colors of #BB8CC2
Black with #BB8CC2
Text Example
Text Example
White with #BB8CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8CC2; }
p { color: rgb(187,140,194); }
H1.HeaderClassName
{
color: #BB8CC2;
}
.AnyTagClassName
{
color: #BB8CC2;
}
</style>
background-color css
<style>
a { background-color: #BB8CC2; }
a { background-color: rgb(187,140,194); }
div.DivClassName
{
background-color: #BB8CC2;
}
.BgClassName
{
background-color: #BB8CC2;
}
</style>
border-color css
<style>
span { border-color: #BB8CC2; }
span { border-color: rgb(187,140,194); }
td.TdClassName
{
border-color: #BB8CC2;
}
.TagClassName
{
border-color: #BB8CC2;
}
</style>