Shades of Nebula #B0D3BC
Tints of Nebula #B0D3BC
RGB
CMYK
RGB Variations
Color information
#B0D3BC (or 0xB0D3BC) is known color: Nebula. HEX triplet: B0, D3 and BC. RGB value is (176,211,188). Sum of RGB (Red+Green+Blue) = 176+211+188=575 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.61% from 575); Green value is 211 (82.81% from 255 or 36.70% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 211 - color contains mainly: green. Hex color #B0D3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D3BC is #4F2C43. Grayscale: #C5C5C5. Windows color (decimal): -5188676 or 12374960. OLE color: 12374960.
HSL color Cylindrical-coordinate representation of color #B0D3BC: hue angle of 140.57º 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 #B0D3BC is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 211 | 188 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.17 |
| HSL | 140.57º | 0.28% | 0.76% | - |
| HSV(B) | 140.57º | 0.17% | 0.83% | - |
| XYZ | 50.28 | 59.45 | 56.4 | - |
| YUV | 197.91 | 122.4 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 211 | 188 | 0.17 | 0 | 0.11 | 0.17 | 140.57 | 0.28 | 0.76 |
| Hex | B0 | D3 | BC | 11 | 0 | B | 11 | 8D | 1C | 4C |
| Octal | 260 | 323 | 274 | 21 | 0 | 13 | 21 | 215 | 34 | 114 |
| Binary | 10110000 | 11010011 | 10111100 | 10001 | 0 | 1011 | 10001 | 10001101 | 11100 | 1001100 |
Color Harmonies of #B0D3BC
Complementary color
Monochromatic Colors of #B0D3BC
Black with #B0D3BC
Text Example
Text Example
White with #B0D3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D3BC; }
p { color: rgb(176,211,188); }
H1.HeaderClassName
{
color: #B0D3BC;
}
.AnyTagClassName
{
color: #B0D3BC;
}
</style>
background-color css
<style>
a { background-color: #B0D3BC; }
a { background-color: rgb(176,211,188); }
div.DivClassName
{
background-color: #B0D3BC;
}
.BgClassName
{
background-color: #B0D3BC;
}
</style>
border-color css
<style>
span { border-color: #B0D3BC; }
span { border-color: rgb(176,211,188); }
td.TdClassName
{
border-color: #B0D3BC;
}
.TagClassName
{
border-color: #B0D3BC;
}
</style>