Shades of Rainee #BBCBB8
Tints of Rainee #BBCBB8
RGB
CMYK
RGB Variations
Color information
#BBCBB8 (or 0xBBCBB8) is known color: Rainee. HEX triplet: BB, CB and B8. RGB value is (187,203,184). Sum of RGB (Red+Green+Blue) = 187+203+184=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 184 (72.27% from 255 or 32.06% from 574); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBB8 is #443447. Grayscale: #C4C4C4. Windows color (decimal): -4469832 or 12110779. OLE color: 12110779.
HSL color Cylindrical-coordinate representation of color #BBCBB8: hue angle of 110.53º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBCBB8 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 184 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.20 |
| HSL | 110.53º | 0.15% | 0.76% | - |
| HSV(B) | 110.53º | 0.09% | 0.8% | - |
| XYZ | 50.5 | 56.74 | 53.64 | - |
| YUV | 196.05 | 121.2 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 184 | 0.08 | 0 | 0.09 | 0.20 | 110.53 | 0.15 | 0.76 |
| Hex | BB | CB | B8 | 8 | 0 | 9 | 14 | 6F | F | 4C |
| Octal | 273 | 313 | 270 | 10 | 0 | 11 | 24 | 157 | 17 | 114 |
| Binary | 10111011 | 11001011 | 10111000 | 1000 | 0 | 1001 | 10100 | 1101111 | 1111 | 1001100 |
Color Harmonies of #BBCBB8
Complementary color
Monochromatic Colors of #BBCBB8
Black with #BBCBB8
Text Example
Text Example
White with #BBCBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBB8; }
p { color: rgb(187,203,184); }
H1.HeaderClassName
{
color: #BBCBB8;
}
.AnyTagClassName
{
color: #BBCBB8;
}
</style>
background-color css
<style>
a { background-color: #BBCBB8; }
a { background-color: rgb(187,203,184); }
div.DivClassName
{
background-color: #BBCBB8;
}
.BgClassName
{
background-color: #BBCBB8;
}
</style>
border-color css
<style>
span { border-color: #BBCBB8; }
span { border-color: rgb(187,203,184); }
td.TdClassName
{
border-color: #BBCBB8;
}
.TagClassName
{
border-color: #BBCBB8;
}
</style>