Shades of Rainee #BBC8B9
Tints of Rainee #BBC8B9
RGB
CMYK
RGB Variations
Color information
#BBC8B9 (or 0xBBC8B9) is known color: Rainee. HEX triplet: BB, C8 and B9. RGB value is (187,200,185). Sum of RGB (Red+Green+Blue) = 187+200+185=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 200 (78.52% from 255 or 34.97% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC8B9 is #443746. Grayscale: #C2C2C2. Windows color (decimal): -4470599 or 12175547. OLE color: 12175547.
HSL color Cylindrical-coordinate representation of color #BBC8B9: hue angle of 112º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBC8B9 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 185 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.22 |
| HSL | 112º | 0.12% | 0.75% | - |
| HSV(B) | 112º | 0.07% | 0.78% | - |
| XYZ | 49.9 | 55.38 | 53.96 | - |
| YUV | 194.4 | 122.69 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 185 | 0.06 | 0 | 0.08 | 0.22 | 112 | 0.12 | 0.75 |
| Hex | BB | C8 | B9 | 6 | 0 | 8 | 16 | 70 | C | 4B |
| Octal | 273 | 310 | 271 | 6 | 0 | 10 | 26 | 160 | 14 | 113 |
| Binary | 10111011 | 11001000 | 10111001 | 110 | 0 | 1000 | 10110 | 1110000 | 1100 | 1001011 |
Color Harmonies of #BBC8B9
Complementary color
Monochromatic Colors of #BBC8B9
Black with #BBC8B9
Text Example
Text Example
White with #BBC8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC8B9; }
p { color: rgb(187,200,185); }
H1.HeaderClassName
{
color: #BBC8B9;
}
.AnyTagClassName
{
color: #BBC8B9;
}
</style>
background-color css
<style>
a { background-color: #BBC8B9; }
a { background-color: rgb(187,200,185); }
div.DivClassName
{
background-color: #BBC8B9;
}
.BgClassName
{
background-color: #BBC8B9;
}
</style>
border-color css
<style>
span { border-color: #BBC8B9; }
span { border-color: rgb(187,200,185); }
td.TdClassName
{
border-color: #BBC8B9;
}
.TagClassName
{
border-color: #BBC8B9;
}
</style>