Shades of Nebula #B0D3BD
Tints of Nebula #B0D3BD
RGB
CMYK
RGB Variations
Color information
#B0D3BD (or 0xB0D3BD) is known color: Nebula. HEX triplet: B0, D3 and BD. RGB value is (176,211,189). Sum of RGB (Red+Green+Blue) = 176+211+189=576 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.56% from 576); Green value is 211 (82.81% from 255 or 36.63% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 211 - color contains mainly: green. Hex color #B0D3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D3BD is #4F2C42. Grayscale: #C6C6C6. Windows color (decimal): -5188675 or 12440496. OLE color: 12440496.
HSL color Cylindrical-coordinate representation of color #B0D3BD: hue angle of 142.29º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0D3BD is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 211 | 189 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.17 |
| HSL | 142.29º | 0.28% | 0.76% | - |
| HSV(B) | 142.29º | 0.17% | 0.83% | - |
| XYZ | 50.38 | 59.49 | 56.97 | - |
| YUV | 198.03 | 122.9 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 211 | 189 | 0.17 | 0 | 0.10 | 0.17 | 142.29 | 0.28 | 0.76 |
| Hex | B0 | D3 | BD | 11 | 0 | A | 11 | 8E | 1C | 4C |
| Octal | 260 | 323 | 275 | 21 | 0 | 12 | 21 | 216 | 34 | 114 |
| Binary | 10110000 | 11010011 | 10111101 | 10001 | 0 | 1010 | 10001 | 10001110 | 11100 | 1001100 |
Color Harmonies of #B0D3BD
Complementary color
Monochromatic Colors of #B0D3BD
Black with #B0D3BD
Text Example
Text Example
White with #B0D3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D3BD; }
p { color: rgb(176,211,189); }
H1.HeaderClassName
{
color: #B0D3BD;
}
.AnyTagClassName
{
color: #B0D3BD;
}
</style>
background-color css
<style>
a { background-color: #B0D3BD; }
a { background-color: rgb(176,211,189); }
div.DivClassName
{
background-color: #B0D3BD;
}
.BgClassName
{
background-color: #B0D3BD;
}
</style>
border-color css
<style>
span { border-color: #B0D3BD; }
span { border-color: rgb(176,211,189); }
td.TdClassName
{
border-color: #B0D3BD;
}
.TagClassName
{
border-color: #B0D3BD;
}
</style>