Shades of Rainee #BABDB9
Tints of Rainee #BABDB9
RGB
CMYK
RGB Variations
Color information
#BABDB9 (or 0xBABDB9) is known color: Rainee. HEX triplet: BA, BD and B9. RGB value is (186,189,185). Sum of RGB (Red+Green+Blue) = 186+189+185=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 189 - color contains mainly: green. Hex color #BABDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDB9 is #454246. Grayscale: #BBBBBB. Windows color (decimal): -4538951 or 12172730. OLE color: 12172730.
HSL color Cylindrical-coordinate representation of color #BABDB9: hue angle of 105º degrees, saturation: 0.03, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BABDB9 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
RGB | 186 | 189 | 185 | - |
CMYK | 0.02 | 0 | 0.02 | 0.26 |
HSL | 105º | 0.03% | 0.73% | - |
HSV(B) | 105º | 0.02% | 0.74% | - |
XYZ | 47.2 | 50.34 | 53.13 | - |
YUV | 187.65 | 126.51 | 126.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 189 | 185 | 0.02 | 0 | 0.02 | 0.26 | 105 | 0.03 | 0.73 |
Hex | BA | BD | B9 | 2 | 0 | 2 | 1A | 69 | 3 | 49 |
Octal | 272 | 275 | 271 | 2 | 0 | 2 | 32 | 151 | 3 | 111 |
Binary | 10111010 | 10111101 | 10111001 | 10 | 0 | 10 | 11010 | 1101001 | 11 | 1001001 |
Color Harmonies of #BABDB9
Complementary color
Monochromatic Colors of #BABDB9
Black with #BABDB9
Text Example
Text Example
White with #BABDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDB9; }
p { color: rgb(186,189,185); }
H1.HeaderClassName
{
color: #BABDB9;
}
.AnyTagClassName
{
color: #BABDB9;
}
</style>
background-color css
<style>
a { background-color: #BABDB9; }
a { background-color: rgb(186,189,185); }
div.DivClassName
{
background-color: #BABDB9;
}
.BgClassName
{
background-color: #BABDB9;
}
</style>
border-color css
<style>
span { border-color: #BABDB9; }
span { border-color: rgb(186,189,185); }
td.TdClassName
{
border-color: #BABDB9;
}
.TagClassName
{
border-color: #BABDB9;
}
</style>