Shades of Rainee #BDC4BC
Tints of Rainee #BDC4BC
RGB
CMYK
RGB Variations
Color information
#BDC4BC (or 0xBDC4BC) is known color: Rainee. HEX triplet: BD, C4 and BC. RGB value is (189,196,188). Sum of RGB (Red+Green+Blue) = 189+196+188=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 196 (76.95% from 255 or 34.21% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC4BC is #423B43. Grayscale: #C1C1C1. Windows color (decimal): -4340548 or 12371133. OLE color: 12371133.
HSL color Cylindrical-coordinate representation of color #BDC4BC: hue angle of 112.5º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BDC4BC is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 188 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.23 |
| HSL | 112.5º | 0.06% | 0.75% | - |
| HSV(B) | 112.5º | 0.04% | 0.77% | - |
| XYZ | 49.8 | 53.93 | 55.36 | - |
| YUV | 193 | 125.18 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 188 | 0.04 | 0 | 0.04 | 0.23 | 112.5 | 0.06 | 0.75 |
| Hex | BD | C4 | BC | 4 | 0 | 4 | 17 | 70 | 6 | 4B |
| Octal | 275 | 304 | 274 | 4 | 0 | 4 | 27 | 160 | 6 | 113 |
| Binary | 10111101 | 11000100 | 10111100 | 100 | 0 | 100 | 10111 | 1110000 | 110 | 1001011 |
Color Harmonies of #BDC4BC
Complementary color
Monochromatic Colors of #BDC4BC
Black with #BDC4BC
Text Example
Text Example
White with #BDC4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC4BC; }
p { color: rgb(189,196,188); }
H1.HeaderClassName
{
color: #BDC4BC;
}
.AnyTagClassName
{
color: #BDC4BC;
}
</style>
background-color css
<style>
a { background-color: #BDC4BC; }
a { background-color: rgb(189,196,188); }
div.DivClassName
{
background-color: #BDC4BC;
}
.BgClassName
{
background-color: #BDC4BC;
}
</style>
border-color css
<style>
span { border-color: #BDC4BC; }
span { border-color: rgb(189,196,188); }
td.TdClassName
{
border-color: #BDC4BC;
}
.TagClassName
{
border-color: #BDC4BC;
}
</style>