Shades of Rainee #BDC2BB
Tints of Rainee #BDC2BB
RGB
CMYK
RGB Variations
Color information
#BDC2BB (or 0xBDC2BB) is known color: Rainee. HEX triplet: BD, C2 and BB. RGB value is (189,194,187). Sum of RGB (Red+Green+Blue) = 189+194+187=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC2BB is #423D44. Grayscale: #BFBFBF. Windows color (decimal): -4341061 or 12305085. OLE color: 12305085.
HSL color Cylindrical-coordinate representation of color #BDC2BB: hue angle of 102.86º degrees, saturation: 0.05, 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 #BDC2BB is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 187 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.24 |
| HSL | 102.86º | 0.05% | 0.75% | - |
| HSV(B) | 102.86º | 0.04% | 0.76% | - |
| XYZ | 49.25 | 52.99 | 54.65 | - |
| YUV | 191.71 | 125.34 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 187 | 0.03 | 0 | 0.04 | 0.24 | 102.86 | 0.05 | 0.75 |
| Hex | BD | C2 | BB | 3 | 0 | 4 | 18 | 67 | 5 | 4B |
| Octal | 275 | 302 | 273 | 3 | 0 | 4 | 30 | 147 | 5 | 113 |
| Binary | 10111101 | 11000010 | 10111011 | 11 | 0 | 100 | 11000 | 1100111 | 101 | 1001011 |
Color Harmonies of #BDC2BB
Complementary color
Monochromatic Colors of #BDC2BB
Black with #BDC2BB
Text Example
Text Example
White with #BDC2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC2BB; }
p { color: rgb(189,194,187); }
H1.HeaderClassName
{
color: #BDC2BB;
}
.AnyTagClassName
{
color: #BDC2BB;
}
</style>
background-color css
<style>
a { background-color: #BDC2BB; }
a { background-color: rgb(189,194,187); }
div.DivClassName
{
background-color: #BDC2BB;
}
.BgClassName
{
background-color: #BDC2BB;
}
</style>
border-color css
<style>
span { border-color: #BDC2BB; }
span { border-color: rgb(189,194,187); }
td.TdClassName
{
border-color: #BDC2BB;
}
.TagClassName
{
border-color: #BDC2BB;
}
</style>