Shades of East Side #BB94CB
Tints of East Side #BB94CB
RGB
CMYK
RGB Variations
Color information
#BB94CB (or 0xBB94CB) is known color: East Side. HEX triplet: BB, 94 and CB. RGB value is (187,148,203). Sum of RGB (Red+Green+Blue) = 187+148+203=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 148 (58.20% from 255 or 27.51% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB94CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB94CB is #446B34. Grayscale: #A5A5A5. Windows color (decimal): -4483893 or 13341883. OLE color: 13341883.
HSL color Cylindrical-coordinate representation of color #BB94CB: hue angle of 282.55º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BB94CB is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 148 | 203 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.20 |
| HSL | 282.55º | 0.35% | 0.69% | - |
| HSV(B) | 282.55º | 0.27% | 0.8% | - |
| XYZ | 41.86 | 36.06 | 61.25 | - |
| YUV | 165.93 | 148.92 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 148 | 203 | 0.08 | 0.27 | 0 | 0.20 | 282.55 | 0.35 | 0.69 |
| Hex | BB | 94 | CB | 8 | 1B | 0 | 14 | 11B | 23 | 45 |
| Octal | 273 | 224 | 313 | 10 | 33 | 0 | 24 | 433 | 43 | 105 |
| Binary | 10111011 | 10010100 | 11001011 | 1000 | 11011 | 0 | 10100 | 100011011 | 100011 | 1000101 |
Color Harmonies of #BB94CB
Complementary color
Monochromatic Colors of #BB94CB
Black with #BB94CB
Text Example
Text Example
White with #BB94CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB94CB; }
p { color: rgb(187,148,203); }
H1.HeaderClassName
{
color: #BB94CB;
}
.AnyTagClassName
{
color: #BB94CB;
}
</style>
background-color css
<style>
a { background-color: #BB94CB; }
a { background-color: rgb(187,148,203); }
div.DivClassName
{
background-color: #BB94CB;
}
.BgClassName
{
background-color: #BB94CB;
}
</style>
border-color css
<style>
span { border-color: #BB94CB; }
span { border-color: rgb(187,148,203); }
td.TdClassName
{
border-color: #BB94CB;
}
.TagClassName
{
border-color: #BB94CB;
}
</style>