Shades of East Side #BB91CB
Tints of East Side #BB91CB
RGB
CMYK
RGB Variations
Color information
#BB91CB (or 0xBB91CB) is known color: East Side. HEX triplet: BB, 91 and CB. RGB value is (187,145,203). Sum of RGB (Red+Green+Blue) = 187+145+203=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB91CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB91CB is #446E34. Grayscale: #A3A3A3. Windows color (decimal): -4484661 or 13341115. OLE color: 13341115.
HSL color Cylindrical-coordinate representation of color #BB91CB: hue angle of 283.45º 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 #BB91CB is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 145 | 203 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.20 |
| HSL | 283.45º | 0.36% | 0.68% | - |
| HSV(B) | 283.45º | 0.29% | 0.8% | - |
| XYZ | 41.4 | 35.13 | 61.1 | - |
| YUV | 164.17 | 149.91 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 145 | 203 | 0.08 | 0.29 | 0 | 0.20 | 283.45 | 0.36 | 0.68 |
| Hex | BB | 91 | CB | 8 | 1D | 0 | 14 | 11B | 24 | 44 |
| Octal | 273 | 221 | 313 | 10 | 35 | 0 | 24 | 433 | 44 | 104 |
| Binary | 10111011 | 10010001 | 11001011 | 1000 | 11101 | 0 | 10100 | 100011011 | 100100 | 1000100 |
Color Harmonies of #BB91CB
Complementary color
Monochromatic Colors of #BB91CB
Black with #BB91CB
Text Example
Text Example
White with #BB91CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB91CB; }
p { color: rgb(187,145,203); }
H1.HeaderClassName
{
color: #BB91CB;
}
.AnyTagClassName
{
color: #BB91CB;
}
</style>
background-color css
<style>
a { background-color: #BB91CB; }
a { background-color: rgb(187,145,203); }
div.DivClassName
{
background-color: #BB91CB;
}
.BgClassName
{
background-color: #BB91CB;
}
</style>
border-color css
<style>
span { border-color: #BB91CB; }
span { border-color: rgb(187,145,203); }
td.TdClassName
{
border-color: #BB91CB;
}
.TagClassName
{
border-color: #BB91CB;
}
</style>