Shades of Nebula #B0D0BB
Tints of Nebula #B0D0BB
RGB
CMYK
RGB Variations
Color information
#B0D0BB (or 0xB0D0BB) is known color: Nebula. HEX triplet: B0, D0 and BB. RGB value is (176,208,187). Sum of RGB (Red+Green+Blue) = 176+208+187=571 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.82% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D0BB is #4F2F44. Grayscale: #C4C4C4. Windows color (decimal): -5189445 or 12308656. OLE color: 12308656.
HSL color Cylindrical-coordinate representation of color #B0D0BB: hue angle of 140.62º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0D0BB is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 208 | 187 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.18 |
| HSL | 140.63º | 0.25% | 0.75% | - |
| HSV(B) | 140.63º | 0.15% | 0.82% | - |
| XYZ | 49.43 | 57.93 | 55.59 | - |
| YUV | 196.04 | 122.9 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 208 | 187 | 0.15 | 0 | 0.10 | 0.18 | 140.63 | 0.25 | 0.75 |
| Hex | B0 | D0 | BB | F | 0 | A | 12 | 8D | 19 | 4B |
| Octal | 260 | 320 | 273 | 17 | 0 | 12 | 22 | 215 | 31 | 113 |
| Binary | 10110000 | 11010000 | 10111011 | 1111 | 0 | 1010 | 10010 | 10001101 | 11001 | 1001011 |
Color Harmonies of #B0D0BB
Complementary color
Monochromatic Colors of #B0D0BB
Black with #B0D0BB
Text Example
Text Example
White with #B0D0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D0BB; }
p { color: rgb(176,208,187); }
H1.HeaderClassName
{
color: #B0D0BB;
}
.AnyTagClassName
{
color: #B0D0BB;
}
</style>
background-color css
<style>
a { background-color: #B0D0BB; }
a { background-color: rgb(176,208,187); }
div.DivClassName
{
background-color: #B0D0BB;
}
.BgClassName
{
background-color: #B0D0BB;
}
</style>
border-color css
<style>
span { border-color: #B0D0BB; }
span { border-color: rgb(176,208,187); }
td.TdClassName
{
border-color: #B0D0BB;
}
.TagClassName
{
border-color: #B0D0BB;
}
</style>