Shades of East Side #BB8BCC
Tints of East Side #BB8BCC
RGB
CMYK
RGB Variations
Color information
#BB8BCC (or 0xBB8BCC) is known color: East Side. HEX triplet: BB, 8B and CC. RGB value is (187,139,204). Sum of RGB (Red+Green+Blue) = 187+139+204=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB8BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8BCC is #447433. Grayscale: #A0A0A0. Windows color (decimal): -4486196 or 13405115. OLE color: 13405115.
HSL color Cylindrical-coordinate representation of color #BB8BCC: hue angle of 284.31º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB8BCC is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 139 | 204 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.2 |
| HSL | 284.31º | 0.39% | 0.67% | - |
| HSV(B) | 284.31º | 0.32% | 0.8% | - |
| XYZ | 40.63 | 33.39 | 61.43 | - |
| YUV | 160.76 | 152.4 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 139 | 204 | 0.08 | 0.32 | 0 | 0.2 | 284.31 | 0.39 | 0.67 |
| Hex | BB | 8B | CC | 8 | 20 | 0 | 14 | 11C | 27 | 43 |
| Octal | 273 | 213 | 314 | 10 | 40 | 0 | 24 | 434 | 47 | 103 |
| Binary | 10111011 | 10001011 | 11001100 | 1000 | 100000 | 0 | 10100 | 100011100 | 100111 | 1000011 |
Color Harmonies of #BB8BCC
Complementary color
Monochromatic Colors of #BB8BCC
Black with #BB8BCC
Text Example
Text Example
White with #BB8BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8BCC; }
p { color: rgb(187,139,204); }
H1.HeaderClassName
{
color: #BB8BCC;
}
.AnyTagClassName
{
color: #BB8BCC;
}
</style>
background-color css
<style>
a { background-color: #BB8BCC; }
a { background-color: rgb(187,139,204); }
div.DivClassName
{
background-color: #BB8BCC;
}
.BgClassName
{
background-color: #BB8BCC;
}
</style>
border-color css
<style>
span { border-color: #BB8BCC; }
span { border-color: rgb(187,139,204); }
td.TdClassName
{
border-color: #BB8BCC;
}
.TagClassName
{
border-color: #BB8BCC;
}
</style>