Shades of Nebula #B0D8C0
Tints of Nebula #B0D8C0
RGB
CMYK
RGB Variations
Color information
#B0D8C0 (or 0xB0D8C0) is known color: Nebula. HEX triplet: B0, D8 and C0. RGB value is (176,216,192). Sum of RGB (Red+Green+Blue) = 176+216+192=584 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.14% from 584); Green value is 216 (84.77% from 255 or 36.99% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D8C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D8C0 is #4F273F. Grayscale: #C9C9C9. Windows color (decimal): -5187392 or 12638384. OLE color: 12638384.
HSL color Cylindrical-coordinate representation of color #B0D8C0: hue angle of 144º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0D8C0 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 216 | 192 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.15 |
| HSL | 144º | 0.34% | 0.77% | - |
| HSV(B) | 144º | 0.19% | 0.85% | - |
| XYZ | 51.97 | 62.15 | 59.13 | - |
| YUV | 201.3 | 122.75 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 216 | 192 | 0.19 | 0 | 0.11 | 0.15 | 144 | 0.34 | 0.77 |
| Hex | B0 | D8 | C0 | 13 | 0 | B | F | 90 | 22 | 4D |
| Octal | 260 | 330 | 300 | 23 | 0 | 13 | 17 | 220 | 42 | 115 |
| Binary | 10110000 | 11011000 | 11000000 | 10011 | 0 | 1011 | 1111 | 10010000 | 100010 | 1001101 |
Color Harmonies of #B0D8C0
Complementary color
Monochromatic Colors of #B0D8C0
Black with #B0D8C0
Text Example
Text Example
White with #B0D8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D8C0; }
p { color: rgb(176,216,192); }
H1.HeaderClassName
{
color: #B0D8C0;
}
.AnyTagClassName
{
color: #B0D8C0;
}
</style>
background-color css
<style>
a { background-color: #B0D8C0; }
a { background-color: rgb(176,216,192); }
div.DivClassName
{
background-color: #B0D8C0;
}
.BgClassName
{
background-color: #B0D8C0;
}
</style>
border-color css
<style>
span { border-color: #B0D8C0; }
span { border-color: rgb(176,216,192); }
td.TdClassName
{
border-color: #B0D8C0;
}
.TagClassName
{
border-color: #B0D8C0;
}
</style>