Shades of Rainee #BDC6BC
Tints of Rainee #BDC6BC
RGB
CMYK
RGB Variations
Color information
#BDC6BC (or 0xBDC6BC) is known color: Rainee. HEX triplet: BD, C6 and BC. RGB value is (189,198,188). Sum of RGB (Red+Green+Blue) = 189+198+188=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 198 (77.73% from 255 or 34.43% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC6BC is #423943. Grayscale: #C2C2C2. Windows color (decimal): -4340036 or 12371645. OLE color: 12371645.
HSL color Cylindrical-coordinate representation of color #BDC6BC: hue angle of 114º degrees, saturation: 0.08, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BDC6BC is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 188 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.22 |
| HSL | 114º | 0.08% | 0.76% | - |
| HSV(B) | 114º | 0.05% | 0.78% | - |
| XYZ | 50.26 | 54.84 | 55.51 | - |
| YUV | 194.17 | 124.52 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 188 | 0.05 | 0 | 0.05 | 0.22 | 114 | 0.08 | 0.76 |
| Hex | BD | C6 | BC | 5 | 0 | 5 | 16 | 72 | 8 | 4C |
| Octal | 275 | 306 | 274 | 5 | 0 | 5 | 26 | 162 | 10 | 114 |
| Binary | 10111101 | 11000110 | 10111100 | 101 | 0 | 101 | 10110 | 1110010 | 1000 | 1001100 |
Color Harmonies of #BDC6BC
Complementary color
Monochromatic Colors of #BDC6BC
Black with #BDC6BC
Text Example
Text Example
White with #BDC6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC6BC; }
p { color: rgb(189,198,188); }
H1.HeaderClassName
{
color: #BDC6BC;
}
.AnyTagClassName
{
color: #BDC6BC;
}
</style>
background-color css
<style>
a { background-color: #BDC6BC; }
a { background-color: rgb(189,198,188); }
div.DivClassName
{
background-color: #BDC6BC;
}
.BgClassName
{
background-color: #BDC6BC;
}
</style>
border-color css
<style>
span { border-color: #BDC6BC; }
span { border-color: rgb(189,198,188); }
td.TdClassName
{
border-color: #BDC6BC;
}
.TagClassName
{
border-color: #BDC6BC;
}
</style>