Shades of Rainee #BDC7BB
Tints of Rainee #BDC7BB
RGB
CMYK
RGB Variations
Color information
#BDC7BB (or 0xBDC7BB) is known color: Rainee. HEX triplet: BD, C7 and BB. RGB value is (189,199,187). Sum of RGB (Red+Green+Blue) = 189+199+187=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 199 (78.12% from 255 or 34.61% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7BB is #423844. Grayscale: #C2C2C2. Windows color (decimal): -4339781 or 12306365. OLE color: 12306365.
HSL color Cylindrical-coordinate representation of color #BDC7BB: hue angle of 110º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDC7BB is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 187 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.22 |
| HSL | 110º | 0.1% | 0.76% | - |
| HSV(B) | 110º | 0.06% | 0.78% | - |
| XYZ | 50.38 | 55.25 | 55.02 | - |
| YUV | 194.64 | 123.69 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 187 | 0.05 | 0 | 0.06 | 0.22 | 110 | 0.1 | 0.76 |
| Hex | BD | C7 | BB | 5 | 0 | 6 | 16 | 6E | A | 4C |
| Octal | 275 | 307 | 273 | 5 | 0 | 6 | 26 | 156 | 12 | 114 |
| Binary | 10111101 | 11000111 | 10111011 | 101 | 0 | 110 | 10110 | 1101110 | 1010 | 1001100 |
Color Harmonies of #BDC7BB
Complementary color
Monochromatic Colors of #BDC7BB
Black with #BDC7BB
Text Example
Text Example
White with #BDC7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC7BB; }
p { color: rgb(189,199,187); }
H1.HeaderClassName
{
color: #BDC7BB;
}
.AnyTagClassName
{
color: #BDC7BB;
}
</style>
background-color css
<style>
a { background-color: #BDC7BB; }
a { background-color: rgb(189,199,187); }
div.DivClassName
{
background-color: #BDC7BB;
}
.BgClassName
{
background-color: #BDC7BB;
}
</style>
border-color css
<style>
span { border-color: #BDC7BB; }
span { border-color: rgb(189,199,187); }
td.TdClassName
{
border-color: #BDC7BB;
}
.TagClassName
{
border-color: #BDC7BB;
}
</style>