Shades of East Side #BB7ACB
Tints of East Side #BB7ACB
RGB
CMYK
RGB Variations
Color information
#BB7ACB (or 0xBB7ACB) is known color: East Side. HEX triplet: BB, 7A and CB. RGB value is (187,122,203). Sum of RGB (Red+Green+Blue) = 187+122+203=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB7ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7ACB is #448534. Grayscale: #969696. Windows color (decimal): -4490549 or 13335227. OLE color: 13335227.
HSL color Cylindrical-coordinate representation of color #BB7ACB: hue angle of 288.15º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB7ACB is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 122 | 203 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.20 |
| HSL | 288.15º | 0.44% | 0.64% | - |
| HSV(B) | 288.15º | 0.4% | 0.8% | - |
| XYZ | 38.23 | 28.8 | 60.04 | - |
| YUV | 150.67 | 157.53 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 122 | 203 | 0.08 | 0.40 | 0 | 0.20 | 288.15 | 0.44 | 0.64 |
| Hex | BB | 7A | CB | 8 | 28 | 0 | 14 | 120 | 2C | 40 |
| Octal | 273 | 172 | 313 | 10 | 50 | 0 | 24 | 440 | 54 | 100 |
| Binary | 10111011 | 1111010 | 11001011 | 1000 | 101000 | 0 | 10100 | 100100000 | 101100 | 1000000 |
Color Harmonies of #BB7ACB
Complementary color
Monochromatic Colors of #BB7ACB
Black with #BB7ACB
Text Example
Text Example
White with #BB7ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7ACB; }
p { color: rgb(187,122,203); }
H1.HeaderClassName
{
color: #BB7ACB;
}
.AnyTagClassName
{
color: #BB7ACB;
}
</style>
background-color css
<style>
a { background-color: #BB7ACB; }
a { background-color: rgb(187,122,203); }
div.DivClassName
{
background-color: #BB7ACB;
}
.BgClassName
{
background-color: #BB7ACB;
}
</style>
border-color css
<style>
span { border-color: #BB7ACB; }
span { border-color: rgb(187,122,203); }
td.TdClassName
{
border-color: #BB7ACB;
}
.TagClassName
{
border-color: #BB7ACB;
}
</style>