Shades of East Side #BB90C9
Tints of East Side #BB90C9
RGB
CMYK
RGB Variations
Color information
#BB90C9 (or 0xBB90C9) is known color: East Side. HEX triplet: BB, 90 and C9. RGB value is (187,144,201). Sum of RGB (Red+Green+Blue) = 187+144+201=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB90C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB90C9 is #446F36. Grayscale: #A3A3A3. Windows color (decimal): -4484919 or 13209787. OLE color: 13209787.
HSL color Cylindrical-coordinate representation of color #BB90C9: hue angle of 285.26º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB90C9 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 144 | 201 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.21 |
| HSL | 285.26º | 0.35% | 0.68% | - |
| HSV(B) | 285.26º | 0.28% | 0.79% | - |
| XYZ | 41.01 | 34.73 | 59.8 | - |
| YUV | 163.36 | 149.25 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 144 | 201 | 0.07 | 0.28 | 0 | 0.21 | 285.26 | 0.35 | 0.68 |
| Hex | BB | 90 | C9 | 7 | 1C | 0 | 15 | 11D | 23 | 44 |
| Octal | 273 | 220 | 311 | 7 | 34 | 0 | 25 | 435 | 43 | 104 |
| Binary | 10111011 | 10010000 | 11001001 | 111 | 11100 | 0 | 10101 | 100011101 | 100011 | 1000100 |
Color Harmonies of #BB90C9
Complementary color
Monochromatic Colors of #BB90C9
Black with #BB90C9
Text Example
Text Example
White with #BB90C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB90C9; }
p { color: rgb(187,144,201); }
H1.HeaderClassName
{
color: #BB90C9;
}
.AnyTagClassName
{
color: #BB90C9;
}
</style>
background-color css
<style>
a { background-color: #BB90C9; }
a { background-color: rgb(187,144,201); }
div.DivClassName
{
background-color: #BB90C9;
}
.BgClassName
{
background-color: #BB90C9;
}
</style>
border-color css
<style>
span { border-color: #BB90C9; }
span { border-color: rgb(187,144,201); }
td.TdClassName
{
border-color: #BB90C9;
}
.TagClassName
{
border-color: #BB90C9;
}
</style>