Shades of Nebula #B0DBC3
Tints of Nebula #B0DBC3
RGB
CMYK
RGB Variations
Color information
#B0DBC3 (or 0xB0DBC3) is known color: Nebula. HEX triplet: B0, DB and C3. RGB value is (176,219,195). Sum of RGB (Red+Green+Blue) = 176+219+195=590 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.83% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 195 (76.56% from 255 or 33.05% from 590); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DBC3 is #4F243C. Grayscale: #CBCBCB. Windows color (decimal): -5186621 or 12835760. OLE color: 12835760.
HSL color Cylindrical-coordinate representation of color #B0DBC3: hue angle of 146.51º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DBC3 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 195 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.14 |
| HSL | 146.51º | 0.37% | 0.77% | - |
| HSV(B) | 146.51º | 0.2% | 0.86% | - |
| XYZ | 53.09 | 63.83 | 61.15 | - |
| YUV | 203.41 | 123.25 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 195 | 0.20 | 0 | 0.11 | 0.14 | 146.51 | 0.37 | 0.77 |
| Hex | B0 | DB | C3 | 14 | 0 | B | E | 93 | 25 | 4D |
| Octal | 260 | 333 | 303 | 24 | 0 | 13 | 16 | 223 | 45 | 115 |
| Binary | 10110000 | 11011011 | 11000011 | 10100 | 0 | 1011 | 1110 | 10010011 | 100101 | 1001101 |
Color Harmonies of #B0DBC3
Complementary color
Monochromatic Colors of #B0DBC3
Black with #B0DBC3
Text Example
Text Example
White with #B0DBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DBC3; }
p { color: rgb(176,219,195); }
H1.HeaderClassName
{
color: #B0DBC3;
}
.AnyTagClassName
{
color: #B0DBC3;
}
</style>
background-color css
<style>
a { background-color: #B0DBC3; }
a { background-color: rgb(176,219,195); }
div.DivClassName
{
background-color: #B0DBC3;
}
.BgClassName
{
background-color: #B0DBC3;
}
</style>
border-color css
<style>
span { border-color: #B0DBC3; }
span { border-color: rgb(176,219,195); }
td.TdClassName
{
border-color: #B0DBC3;
}
.TagClassName
{
border-color: #B0DBC3;
}
</style>