Shades of Rainee #BBC6B8
Tints of Rainee #BBC6B8
RGB
CMYK
RGB Variations
Color information
#BBC6B8 (or 0xBBC6B8) is known color: Rainee. HEX triplet: BB, C6 and B8. RGB value is (187,198,184). Sum of RGB (Red+Green+Blue) = 187+198+184=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 198 (77.73% from 255 or 34.80% from 569); Blue value is 184 (72.27% from 255 or 32.34% from 569); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC6B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC6B8 is #443947. Grayscale: #C1C1C1. Windows color (decimal): -4471112 or 12109499. OLE color: 12109499.
HSL color Cylindrical-coordinate representation of color #BBC6B8: hue angle of 107.14º degrees, saturation: 0.11, 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 #BBC6B8 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 184 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.22 |
| HSL | 107.14º | 0.11% | 0.75% | - |
| HSV(B) | 107.14º | 0.07% | 0.78% | - |
| XYZ | 49.34 | 54.41 | 53.25 | - |
| YUV | 193.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 184 | 0.06 | 0 | 0.07 | 0.22 | 107.14 | 0.11 | 0.75 |
| Hex | BB | C6 | B8 | 6 | 0 | 7 | 16 | 6B | B | 4B |
| Octal | 273 | 306 | 270 | 6 | 0 | 7 | 26 | 153 | 13 | 113 |
| Binary | 10111011 | 11000110 | 10111000 | 110 | 0 | 111 | 10110 | 1101011 | 1011 | 1001011 |
Color Harmonies of #BBC6B8
Complementary color
Monochromatic Colors of #BBC6B8
Black with #BBC6B8
Text Example
Text Example
White with #BBC6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC6B8; }
p { color: rgb(187,198,184); }
H1.HeaderClassName
{
color: #BBC6B8;
}
.AnyTagClassName
{
color: #BBC6B8;
}
</style>
background-color css
<style>
a { background-color: #BBC6B8; }
a { background-color: rgb(187,198,184); }
div.DivClassName
{
background-color: #BBC6B8;
}
.BgClassName
{
background-color: #BBC6B8;
}
</style>
border-color css
<style>
span { border-color: #BBC6B8; }
span { border-color: rgb(187,198,184); }
td.TdClassName
{
border-color: #BBC6B8;
}
.TagClassName
{
border-color: #BBC6B8;
}
</style>