Shades of Nebula #B0D1C0
Tints of Nebula #B0D1C0
RGB
CMYK
RGB Variations
Color information
#B0D1C0 (or 0xB0D1C0) is known color: Nebula. HEX triplet: B0, D1 and C0. RGB value is (176,209,192). Sum of RGB (Red+Green+Blue) = 176+209+192=577 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.50% from 577); Green value is 209 (82.03% from 255 or 36.22% from 577); Blue value is 192 (75.39% from 255 or 33.28% from 577); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D1C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D1C0 is #4F2E3F. Grayscale: #C5C5C5. Windows color (decimal): -5189184 or 12636592. OLE color: 12636592.
HSL color Cylindrical-coordinate representation of color #B0D1C0: hue angle of 149.09º 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 #B0D1C0 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 209 | 192 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.18 |
| HSL | 149.09º | 0.26% | 0.75% | - |
| HSV(B) | 149.09º | 0.16% | 0.82% | - |
| XYZ | 50.22 | 58.64 | 58.54 | - |
| YUV | 197.2 | 125.07 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 209 | 192 | 0.16 | 0 | 0.08 | 0.18 | 149.09 | 0.26 | 0.75 |
| Hex | B0 | D1 | C0 | 10 | 0 | 8 | 12 | 95 | 1A | 4B |
| Octal | 260 | 321 | 300 | 20 | 0 | 10 | 22 | 225 | 32 | 113 |
| Binary | 10110000 | 11010001 | 11000000 | 10000 | 0 | 1000 | 10010 | 10010101 | 11010 | 1001011 |
Color Harmonies of #B0D1C0
Complementary color
Monochromatic Colors of #B0D1C0
Black with #B0D1C0
Text Example
Text Example
White with #B0D1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D1C0; }
p { color: rgb(176,209,192); }
H1.HeaderClassName
{
color: #B0D1C0;
}
.AnyTagClassName
{
color: #B0D1C0;
}
</style>
background-color css
<style>
a { background-color: #B0D1C0; }
a { background-color: rgb(176,209,192); }
div.DivClassName
{
background-color: #B0D1C0;
}
.BgClassName
{
background-color: #B0D1C0;
}
</style>
border-color css
<style>
span { border-color: #B0D1C0; }
span { border-color: rgb(176,209,192); }
td.TdClassName
{
border-color: #B0D1C0;
}
.TagClassName
{
border-color: #B0D1C0;
}
</style>