Shades of Nebula #B0D1BC
Tints of Nebula #B0D1BC
RGB
CMYK
RGB Variations
Color information
#B0D1BC (or 0xB0D1BC) is known color: Nebula. HEX triplet: B0, D1 and BC. RGB value is (176,209,188). Sum of RGB (Red+Green+Blue) = 176+209+188=573 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.72% from 573); Green value is 209 (82.03% from 255 or 36.47% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D1BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D1BC is #4F2E43. Grayscale: #C4C4C4. Windows color (decimal): -5189188 or 12374448. OLE color: 12374448.
HSL color Cylindrical-coordinate representation of color #B0D1BC: hue angle of 141.82º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0D1BC is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 209 | 188 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.18 |
| HSL | 141.82º | 0.26% | 0.75% | - |
| HSV(B) | 141.82º | 0.16% | 0.82% | - |
| XYZ | 49.78 | 58.46 | 56.24 | - |
| YUV | 196.74 | 123.07 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 209 | 188 | 0.16 | 0 | 0.10 | 0.18 | 141.82 | 0.26 | 0.75 |
| Hex | B0 | D1 | BC | 10 | 0 | A | 12 | 8E | 1A | 4B |
| Octal | 260 | 321 | 274 | 20 | 0 | 12 | 22 | 216 | 32 | 113 |
| Binary | 10110000 | 11010001 | 10111100 | 10000 | 0 | 1010 | 10010 | 10001110 | 11010 | 1001011 |
Color Harmonies of #B0D1BC
Complementary color
Monochromatic Colors of #B0D1BC
Black with #B0D1BC
Text Example
Text Example
White with #B0D1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D1BC; }
p { color: rgb(176,209,188); }
H1.HeaderClassName
{
color: #B0D1BC;
}
.AnyTagClassName
{
color: #B0D1BC;
}
</style>
background-color css
<style>
a { background-color: #B0D1BC; }
a { background-color: rgb(176,209,188); }
div.DivClassName
{
background-color: #B0D1BC;
}
.BgClassName
{
background-color: #B0D1BC;
}
</style>
border-color css
<style>
span { border-color: #B0D1BC; }
span { border-color: rgb(176,209,188); }
td.TdClassName
{
border-color: #B0D1BC;
}
.TagClassName
{
border-color: #B0D1BC;
}
</style>