Shades of Rainee #BBC9B9
Tints of Rainee #BBC9B9
RGB
CMYK
RGB Variations
Color information
#BBC9B9 (or 0xBBC9B9) is known color: Rainee. HEX triplet: BB, C9 and B9. RGB value is (187,201,185). Sum of RGB (Red+Green+Blue) = 187+201+185=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 201 (78.91% from 255 or 35.08% from 573); Blue value is 185 (72.66% from 255 or 32.29% from 573); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC9B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC9B9 is #443646. Grayscale: #C3C3C3. Windows color (decimal): -4470343 or 12175803. OLE color: 12175803.
HSL color Cylindrical-coordinate representation of color #BBC9B9: hue angle of 112.5º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBC9B9 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 185 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.21 |
| HSL | 112.5º | 0.13% | 0.76% | - |
| HSV(B) | 112.5º | 0.08% | 0.79% | - |
| XYZ | 50.14 | 55.84 | 54.03 | - |
| YUV | 194.99 | 122.36 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 185 | 0.07 | 0 | 0.08 | 0.21 | 112.5 | 0.13 | 0.76 |
| Hex | BB | C9 | B9 | 7 | 0 | 8 | 15 | 70 | D | 4C |
| Octal | 273 | 311 | 271 | 7 | 0 | 10 | 25 | 160 | 15 | 114 |
| Binary | 10111011 | 11001001 | 10111001 | 111 | 0 | 1000 | 10101 | 1110000 | 1101 | 1001100 |
Color Harmonies of #BBC9B9
Complementary color
Monochromatic Colors of #BBC9B9
Black with #BBC9B9
Text Example
Text Example
White with #BBC9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC9B9; }
p { color: rgb(187,201,185); }
H1.HeaderClassName
{
color: #BBC9B9;
}
.AnyTagClassName
{
color: #BBC9B9;
}
</style>
background-color css
<style>
a { background-color: #BBC9B9; }
a { background-color: rgb(187,201,185); }
div.DivClassName
{
background-color: #BBC9B9;
}
.BgClassName
{
background-color: #BBC9B9;
}
</style>
border-color css
<style>
span { border-color: #BBC9B9; }
span { border-color: rgb(187,201,185); }
td.TdClassName
{
border-color: #BBC9B9;
}
.TagClassName
{
border-color: #BBC9B9;
}
</style>