Shades of Rainee #BBC0B9
Tints of Rainee #BBC0B9
RGB
CMYK
RGB Variations
Color information
#BBC0B9 (or 0xBBC0B9) is known color: Rainee. HEX triplet: BB, C0 and B9. RGB value is (187,192,185). Sum of RGB (Red+Green+Blue) = 187+192+185=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0B9 is #443F46. Grayscale: #BDBDBD. Windows color (decimal): -4472647 or 12173499. OLE color: 12173499.
HSL color Cylindrical-coordinate representation of color #BBC0B9: hue angle of 102.86º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BBC0B9 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 185 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.25 |
| HSL | 102.86º | 0.05% | 0.74% | - |
| HSV(B) | 102.86º | 0.04% | 0.75% | - |
| XYZ | 48.1 | 51.77 | 53.36 | - |
| YUV | 189.71 | 125.34 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 185 | 0.03 | 0 | 0.04 | 0.25 | 102.86 | 0.05 | 0.74 |
| Hex | BB | C0 | B9 | 3 | 0 | 4 | 19 | 67 | 5 | 4A |
| Octal | 273 | 300 | 271 | 3 | 0 | 4 | 31 | 147 | 5 | 112 |
| Binary | 10111011 | 11000000 | 10111001 | 11 | 0 | 100 | 11001 | 1100111 | 101 | 1001010 |
Color Harmonies of #BBC0B9
Complementary color
Monochromatic Colors of #BBC0B9
Black with #BBC0B9
Text Example
Text Example
White with #BBC0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC0B9; }
p { color: rgb(187,192,185); }
H1.HeaderClassName
{
color: #BBC0B9;
}
.AnyTagClassName
{
color: #BBC0B9;
}
</style>
background-color css
<style>
a { background-color: #BBC0B9; }
a { background-color: rgb(187,192,185); }
div.DivClassName
{
background-color: #BBC0B9;
}
.BgClassName
{
background-color: #BBC0B9;
}
</style>
border-color css
<style>
span { border-color: #BBC0B9; }
span { border-color: rgb(187,192,185); }
td.TdClassName
{
border-color: #BBC0B9;
}
.TagClassName
{
border-color: #BBC0B9;
}
</style>