Shades of East Side #BB90CD
Tints of East Side #BB90CD
RGB
CMYK
RGB Variations
Color information
#BB90CD (or 0xBB90CD) is known color: East Side. HEX triplet: BB, 90 and CD. RGB value is (187,144,205). Sum of RGB (Red+Green+Blue) = 187+144+205=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB90CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB90CD is #446F32. Grayscale: #A3A3A3. Windows color (decimal): -4484915 or 13471931. OLE color: 13471931.
HSL color Cylindrical-coordinate representation of color #BB90CD: hue angle of 282.3º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB90CD is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 144 | 205 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.20 |
| HSL | 282.3º | 0.38% | 0.68% | - |
| HSV(B) | 282.3º | 0.3% | 0.8% | - |
| XYZ | 41.49 | 34.92 | 62.31 | - |
| YUV | 163.81 | 151.25 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 144 | 205 | 0.09 | 0.30 | 0 | 0.20 | 282.3 | 0.38 | 0.68 |
| Hex | BB | 90 | CD | 9 | 1E | 0 | 14 | 11A | 26 | 44 |
| Octal | 273 | 220 | 315 | 11 | 36 | 0 | 24 | 432 | 46 | 104 |
| Binary | 10111011 | 10010000 | 11001101 | 1001 | 11110 | 0 | 10100 | 100011010 | 100110 | 1000100 |
Color Harmonies of #BB90CD
Complementary color
Monochromatic Colors of #BB90CD
Black with #BB90CD
Text Example
Text Example
White with #BB90CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB90CD; }
p { color: rgb(187,144,205); }
H1.HeaderClassName
{
color: #BB90CD;
}
.AnyTagClassName
{
color: #BB90CD;
}
</style>
background-color css
<style>
a { background-color: #BB90CD; }
a { background-color: rgb(187,144,205); }
div.DivClassName
{
background-color: #BB90CD;
}
.BgClassName
{
background-color: #BB90CD;
}
</style>
border-color css
<style>
span { border-color: #BB90CD; }
span { border-color: rgb(187,144,205); }
td.TdClassName
{
border-color: #BB90CD;
}
.TagClassName
{
border-color: #BB90CD;
}
</style>