Shades of Nebula #BDC3BF
Tints of Nebula #BDC3BF
RGB
CMYK
RGB Variations
Color information
#BDC3BF (or 0xBDC3BF) is known color: Nebula. HEX triplet: BD, C3 and BF. RGB value is (189,195,191). Sum of RGB (Red+Green+Blue) = 189+195+191=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 195 (76.56% from 255 or 33.91% from 575); Blue value is 191 (75% from 255 or 33.22% from 575); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3BF is #423C40. Grayscale: #C0C0C0. Windows color (decimal): -4340801 or 12567485. OLE color: 12567485.
HSL color Cylindrical-coordinate representation of color #BDC3BF: hue angle of 140º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BDC3BF is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 191 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.24 |
| HSL | 140º | 0.05% | 0.75% | - |
| HSV(B) | 140º | 0.03% | 0.76% | - |
| XYZ | 49.91 | 53.61 | 57.01 | - |
| YUV | 192.75 | 127.01 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 191 | 0.03 | 0 | 0.02 | 0.24 | 140 | 0.05 | 0.75 |
| Hex | BD | C3 | BF | 3 | 0 | 2 | 18 | 8C | 5 | 4B |
| Octal | 275 | 303 | 277 | 3 | 0 | 2 | 30 | 214 | 5 | 113 |
| Binary | 10111101 | 11000011 | 10111111 | 11 | 0 | 10 | 11000 | 10001100 | 101 | 1001011 |
Color Harmonies of #BDC3BF
Complementary color
Monochromatic Colors of #BDC3BF
Black with #BDC3BF
Text Example
Text Example
White with #BDC3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC3BF; }
p { color: rgb(189,195,191); }
H1.HeaderClassName
{
color: #BDC3BF;
}
.AnyTagClassName
{
color: #BDC3BF;
}
</style>
background-color css
<style>
a { background-color: #BDC3BF; }
a { background-color: rgb(189,195,191); }
div.DivClassName
{
background-color: #BDC3BF;
}
.BgClassName
{
background-color: #BDC3BF;
}
</style>
border-color css
<style>
span { border-color: #BDC3BF; }
span { border-color: rgb(189,195,191); }
td.TdClassName
{
border-color: #BDC3BF;
}
.TagClassName
{
border-color: #BDC3BF;
}
</style>