Shades of Nebula #BDC5BF
Tints of Nebula #BDC5BF
RGB
CMYK
RGB Variations
Color information
#BDC5BF (or 0xBDC5BF) is known color: Nebula. HEX triplet: BD, C5 and BF. RGB value is (189,197,191). Sum of RGB (Red+Green+Blue) = 189+197+191=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 197 (77.34% from 255 or 34.14% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC5BF is #423A40. Grayscale: #C1C1C1. Windows color (decimal): -4340289 or 12567997. OLE color: 12567997.
HSL color Cylindrical-coordinate representation of color #BDC5BF: hue angle of 135º degrees, saturation: 0.06, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BDC5BF is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 191 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.23 |
| HSL | 135º | 0.06% | 0.76% | - |
| HSV(B) | 135º | 0.04% | 0.77% | - |
| XYZ | 50.36 | 54.51 | 57.16 | - |
| YUV | 193.92 | 126.35 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 191 | 0.04 | 0 | 0.03 | 0.23 | 135 | 0.06 | 0.76 |
| Hex | BD | C5 | BF | 4 | 0 | 3 | 17 | 87 | 6 | 4C |
| Octal | 275 | 305 | 277 | 4 | 0 | 3 | 27 | 207 | 6 | 114 |
| Binary | 10111101 | 11000101 | 10111111 | 100 | 0 | 11 | 10111 | 10000111 | 110 | 1001100 |
Color Harmonies of #BDC5BF
Complementary color
Monochromatic Colors of #BDC5BF
Black with #BDC5BF
Text Example
Text Example
White with #BDC5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC5BF; }
p { color: rgb(189,197,191); }
H1.HeaderClassName
{
color: #BDC5BF;
}
.AnyTagClassName
{
color: #BDC5BF;
}
</style>
background-color css
<style>
a { background-color: #BDC5BF; }
a { background-color: rgb(189,197,191); }
div.DivClassName
{
background-color: #BDC5BF;
}
.BgClassName
{
background-color: #BDC5BF;
}
</style>
border-color css
<style>
span { border-color: #BDC5BF; }
span { border-color: rgb(189,197,191); }
td.TdClassName
{
border-color: #BDC5BF;
}
.TagClassName
{
border-color: #BDC5BF;
}
</style>