Shades of East Side #BB7ACE
Tints of East Side #BB7ACE
RGB
CMYK
RGB Variations
Color information
#BB7ACE (or 0xBB7ACE) is known color: East Side. HEX triplet: BB, 7A and CE. RGB value is (187,122,206). Sum of RGB (Red+Green+Blue) = 187+122+206=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB7ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7ACE is #448531. Grayscale: #969696. Windows color (decimal): -4490546 or 13531835. OLE color: 13531835.
HSL color Cylindrical-coordinate representation of color #BB7ACE: hue angle of 286.43º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB7ACE is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 122 | 206 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.19 |
| HSL | 286.43º | 0.46% | 0.64% | - |
| HSV(B) | 286.43º | 0.41% | 0.81% | - |
| XYZ | 38.59 | 28.94 | 61.94 | - |
| YUV | 151.01 | 159.03 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 122 | 206 | 0.09 | 0.41 | 0 | 0.19 | 286.43 | 0.46 | 0.64 |
| Hex | BB | 7A | CE | 9 | 29 | 0 | 13 | 11E | 2E | 40 |
| Octal | 273 | 172 | 316 | 11 | 51 | 0 | 23 | 436 | 56 | 100 |
| Binary | 10111011 | 1111010 | 11001110 | 1001 | 101001 | 0 | 10011 | 100011110 | 101110 | 1000000 |
Color Harmonies of #BB7ACE
Complementary color
Monochromatic Colors of #BB7ACE
Black with #BB7ACE
Text Example
Text Example
White with #BB7ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7ACE; }
p { color: rgb(187,122,206); }
H1.HeaderClassName
{
color: #BB7ACE;
}
.AnyTagClassName
{
color: #BB7ACE;
}
</style>
background-color css
<style>
a { background-color: #BB7ACE; }
a { background-color: rgb(187,122,206); }
div.DivClassName
{
background-color: #BB7ACE;
}
.BgClassName
{
background-color: #BB7ACE;
}
</style>
border-color css
<style>
span { border-color: #BB7ACE; }
span { border-color: rgb(187,122,206); }
td.TdClassName
{
border-color: #BB7ACE;
}
.TagClassName
{
border-color: #BB7ACE;
}
</style>