Shades of Nebula #BDC4BF
Tints of Nebula #BDC4BF
RGB
CMYK
RGB Variations
Color information
#BDC4BF (or 0xBDC4BF) is known color: Nebula. HEX triplet: BD, C4 and BF. RGB value is (189,196,191). Sum of RGB (Red+Green+Blue) = 189+196+191=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 196 (76.95% from 255 or 34.03% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC4BF is #423B40. Grayscale: #C1C1C1. Windows color (decimal): -4340545 or 12567741. OLE color: 12567741.
HSL color Cylindrical-coordinate representation of color #BDC4BF: hue angle of 137.14º 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 #BDC4BF is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 191 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.23 |
| HSL | 137.14º | 0.06% | 0.75% | - |
| HSV(B) | 137.14º | 0.04% | 0.77% | - |
| XYZ | 50.13 | 54.06 | 57.08 | - |
| YUV | 193.34 | 126.68 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 191 | 0.04 | 0 | 0.03 | 0.23 | 137.14 | 0.06 | 0.75 |
| Hex | BD | C4 | BF | 4 | 0 | 3 | 17 | 89 | 6 | 4B |
| Octal | 275 | 304 | 277 | 4 | 0 | 3 | 27 | 211 | 6 | 113 |
| Binary | 10111101 | 11000100 | 10111111 | 100 | 0 | 11 | 10111 | 10001001 | 110 | 1001011 |
Color Harmonies of #BDC4BF
Complementary color
Monochromatic Colors of #BDC4BF
Black with #BDC4BF
Text Example
Text Example
White with #BDC4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC4BF; }
p { color: rgb(189,196,191); }
H1.HeaderClassName
{
color: #BDC4BF;
}
.AnyTagClassName
{
color: #BDC4BF;
}
</style>
background-color css
<style>
a { background-color: #BDC4BF; }
a { background-color: rgb(189,196,191); }
div.DivClassName
{
background-color: #BDC4BF;
}
.BgClassName
{
background-color: #BDC4BF;
}
</style>
border-color css
<style>
span { border-color: #BDC4BF; }
span { border-color: rgb(189,196,191); }
td.TdClassName
{
border-color: #BDC4BF;
}
.TagClassName
{
border-color: #BDC4BF;
}
</style>