Shades of East Side #BB90CB
Tints of East Side #BB90CB
RGB
CMYK
RGB Variations
Color information
#BB90CB (or 0xBB90CB) is known color: East Side. HEX triplet: BB, 90 and CB. RGB value is (187,144,203). Sum of RGB (Red+Green+Blue) = 187+144+203=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 144 (56.64% from 255 or 26.97% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB90CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB90CB is #446F34. Grayscale: #A3A3A3. Windows color (decimal): -4484917 or 13340859. OLE color: 13340859.
HSL color Cylindrical-coordinate representation of color #BB90CB: hue angle of 283.73º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB90CB is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 144 | 203 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.20 |
| HSL | 283.73º | 0.36% | 0.68% | - |
| HSV(B) | 283.73º | 0.29% | 0.8% | - |
| XYZ | 41.25 | 34.82 | 61.05 | - |
| YUV | 163.58 | 150.25 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 144 | 203 | 0.08 | 0.29 | 0 | 0.20 | 283.73 | 0.36 | 0.68 |
| Hex | BB | 90 | CB | 8 | 1D | 0 | 14 | 11C | 24 | 44 |
| Octal | 273 | 220 | 313 | 10 | 35 | 0 | 24 | 434 | 44 | 104 |
| Binary | 10111011 | 10010000 | 11001011 | 1000 | 11101 | 0 | 10100 | 100011100 | 100100 | 1000100 |
Color Harmonies of #BB90CB
Complementary color
Monochromatic Colors of #BB90CB
Black with #BB90CB
Text Example
Text Example
White with #BB90CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB90CB; }
p { color: rgb(187,144,203); }
H1.HeaderClassName
{
color: #BB90CB;
}
.AnyTagClassName
{
color: #BB90CB;
}
</style>
background-color css
<style>
a { background-color: #BB90CB; }
a { background-color: rgb(187,144,203); }
div.DivClassName
{
background-color: #BB90CB;
}
.BgClassName
{
background-color: #BB90CB;
}
</style>
border-color css
<style>
span { border-color: #BB90CB; }
span { border-color: rgb(187,144,203); }
td.TdClassName
{
border-color: #BB90CB;
}
.TagClassName
{
border-color: #BB90CB;
}
</style>