Shades of Rainee #BDC9BB
Tints of Rainee #BDC9BB
RGB
CMYK
RGB Variations
Color information
#BDC9BB (or 0xBDC9BB) is known color: Rainee. HEX triplet: BD, C9 and BB. RGB value is (189,201,187). Sum of RGB (Red+Green+Blue) = 189+201+187=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 201 (78.91% from 255 or 34.84% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC9BB is #423644. Grayscale: #C3C3C3. Windows color (decimal): -4339269 or 12306877. OLE color: 12306877.
HSL color Cylindrical-coordinate representation of color #BDC9BB: hue angle of 111.43º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDC9BB is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 187 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.21 |
| HSL | 111.43º | 0.11% | 0.76% | - |
| HSV(B) | 111.43º | 0.07% | 0.79% | - |
| XYZ | 50.84 | 56.18 | 55.18 | - |
| YUV | 195.82 | 123.02 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 187 | 0.06 | 0 | 0.07 | 0.21 | 111.43 | 0.11 | 0.76 |
| Hex | BD | C9 | BB | 6 | 0 | 7 | 15 | 6F | B | 4C |
| Octal | 275 | 311 | 273 | 6 | 0 | 7 | 25 | 157 | 13 | 114 |
| Binary | 10111101 | 11001001 | 10111011 | 110 | 0 | 111 | 10101 | 1101111 | 1011 | 1001100 |
Color Harmonies of #BDC9BB
Complementary color
Monochromatic Colors of #BDC9BB
Black with #BDC9BB
Text Example
Text Example
White with #BDC9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC9BB; }
p { color: rgb(189,201,187); }
H1.HeaderClassName
{
color: #BDC9BB;
}
.AnyTagClassName
{
color: #BDC9BB;
}
</style>
background-color css
<style>
a { background-color: #BDC9BB; }
a { background-color: rgb(189,201,187); }
div.DivClassName
{
background-color: #BDC9BB;
}
.BgClassName
{
background-color: #BDC9BB;
}
</style>
border-color css
<style>
span { border-color: #BDC9BB; }
span { border-color: rgb(189,201,187); }
td.TdClassName
{
border-color: #BDC9BB;
}
.TagClassName
{
border-color: #BDC9BB;
}
</style>