Shades of Rainee #BDC3BB
Tints of Rainee #BDC3BB
RGB
CMYK
RGB Variations
Color information
#BDC3BB (or 0xBDC3BB) is known color: Rainee. HEX triplet: BD, C3 and BB. RGB value is (189,195,187). Sum of RGB (Red+Green+Blue) = 189+195+187=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 195 (76.56% from 255 or 34.15% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3BB is #423C44. Grayscale: #C0C0C0. Windows color (decimal): -4340805 or 12305341. OLE color: 12305341.
HSL color Cylindrical-coordinate representation of color #BDC3BB: hue angle of 105º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BDC3BB is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 187 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.24 |
| HSL | 105º | 0.06% | 0.75% | - |
| HSV(B) | 105º | 0.04% | 0.76% | - |
| XYZ | 49.47 | 53.44 | 54.72 | - |
| YUV | 192.29 | 125.01 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 187 | 0.03 | 0 | 0.04 | 0.24 | 105 | 0.06 | 0.75 |
| Hex | BD | C3 | BB | 3 | 0 | 4 | 18 | 69 | 6 | 4B |
| Octal | 275 | 303 | 273 | 3 | 0 | 4 | 30 | 151 | 6 | 113 |
| Binary | 10111101 | 11000011 | 10111011 | 11 | 0 | 100 | 11000 | 1101001 | 110 | 1001011 |
Color Harmonies of #BDC3BB
Complementary color
Monochromatic Colors of #BDC3BB
Black with #BDC3BB
Text Example
Text Example
White with #BDC3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC3BB; }
p { color: rgb(189,195,187); }
H1.HeaderClassName
{
color: #BDC3BB;
}
.AnyTagClassName
{
color: #BDC3BB;
}
</style>
background-color css
<style>
a { background-color: #BDC3BB; }
a { background-color: rgb(189,195,187); }
div.DivClassName
{
background-color: #BDC3BB;
}
.BgClassName
{
background-color: #BDC3BB;
}
</style>
border-color css
<style>
span { border-color: #BDC3BB; }
span { border-color: rgb(189,195,187); }
td.TdClassName
{
border-color: #BDC3BB;
}
.TagClassName
{
border-color: #BDC3BB;
}
</style>