Shades of Rainee #B9BBB9
Tints of Rainee #B9BBB9
RGB
CMYK
RGB Variations
Color information
#B9BBB9 (or 0xB9BBB9) is known color: Rainee. HEX triplet: B9, BB and B9. RGB value is (185,187,185). Sum of RGB (Red+Green+Blue) = 185+187+185=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 185 (72.66% from 255 or 33.21% from 557); Max value from RGB is 187 - color contains mainly: green. Hex color #B9BBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BBB9 is #464446. Grayscale: #BABABA. Windows color (decimal): -4604999 or 12172217. OLE color: 12172217.
HSL color Cylindrical-coordinate representation of color #B9BBB9: hue angle of 120º degrees, saturation: 0.01, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #B9BBB9 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
RGB | 185 | 187 | 185 | - |
CMYK | 0.01 | 0 | 0.01 | 0.27 |
HSL | 120º | 0.01% | 0.73% | - |
HSV(B) | 120º | 0.01% | 0.73% | - |
XYZ | 46.53 | 49.36 | 52.97 | - |
YUV | 186.17 | 127.34 | 127.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 187 | 185 | 0.01 | 0 | 0.01 | 0.27 | 120 | 0.01 | 0.73 |
Hex | B9 | BB | B9 | 1 | 0 | 1 | 1B | 78 | 1 | 49 |
Octal | 271 | 273 | 271 | 1 | 0 | 1 | 33 | 170 | 1 | 111 |
Binary | 10111001 | 10111011 | 10111001 | 1 | 0 | 1 | 11011 | 1111000 | 1 | 1001001 |
Color Harmonies of #B9BBB9
Complementary color
Monochromatic Colors of #B9BBB9
Black with #B9BBB9
Text Example
Text Example
White with #B9BBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BBB9; }
p { color: rgb(185,187,185); }
H1.HeaderClassName
{
color: #B9BBB9;
}
.AnyTagClassName
{
color: #B9BBB9;
}
</style>
background-color css
<style>
a { background-color: #B9BBB9; }
a { background-color: rgb(185,187,185); }
div.DivClassName
{
background-color: #B9BBB9;
}
.BgClassName
{
background-color: #B9BBB9;
}
</style>
border-color css
<style>
span { border-color: #B9BBB9; }
span { border-color: rgb(185,187,185); }
td.TdClassName
{
border-color: #B9BBB9;
}
.TagClassName
{
border-color: #B9BBB9;
}
</style>