Shades of East Side #BB90C5
Tints of East Side #BB90C5
RGB
CMYK
RGB Variations
Color information
#BB90C5 (or 0xBB90C5) is known color: East Side. HEX triplet: BB, 90 and C5. RGB value is (187,144,197). Sum of RGB (Red+Green+Blue) = 187+144+197=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 197 (77.34% from 255 or 37.31% from 528); Max value from RGB is 197 - color contains mainly: blue. Hex color #BB90C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB90C5 is #446F3A. Grayscale: #A2A2A2. Windows color (decimal): -4484923 or 12947643. OLE color: 12947643.
HSL color Cylindrical-coordinate representation of color #BB90C5: hue angle of 288.68º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BB90C5 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 144 | 197 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.23 |
| HSL | 288.68º | 0.31% | 0.67% | - |
| HSV(B) | 288.68º | 0.27% | 0.77% | - |
| XYZ | 40.54 | 34.54 | 57.35 | - |
| YUV | 162.9 | 147.25 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 144 | 197 | 0.05 | 0.27 | 0 | 0.23 | 288.68 | 0.31 | 0.67 |
| Hex | BB | 90 | C5 | 5 | 1B | 0 | 17 | 121 | 1F | 43 |
| Octal | 273 | 220 | 305 | 5 | 33 | 0 | 27 | 441 | 37 | 103 |
| Binary | 10111011 | 10010000 | 11000101 | 101 | 11011 | 0 | 10111 | 100100001 | 11111 | 1000011 |
Color Harmonies of #BB90C5
Complementary color
Monochromatic Colors of #BB90C5
Black with #BB90C5
Text Example
Text Example
White with #BB90C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB90C5; }
p { color: rgb(187,144,197); }
H1.HeaderClassName
{
color: #BB90C5;
}
.AnyTagClassName
{
color: #BB90C5;
}
</style>
background-color css
<style>
a { background-color: #BB90C5; }
a { background-color: rgb(187,144,197); }
div.DivClassName
{
background-color: #BB90C5;
}
.BgClassName
{
background-color: #BB90C5;
}
</style>
border-color css
<style>
span { border-color: #BB90C5; }
span { border-color: rgb(187,144,197); }
td.TdClassName
{
border-color: #BB90C5;
}
.TagClassName
{
border-color: #BB90C5;
}
</style>