Shades of Nebula #B0C9B9
Tints of Nebula #B0C9B9
RGB
CMYK
RGB Variations
Color information
#B0C9B9 (or 0xB0C9B9) is known color: Nebula. HEX triplet: B0, C9 and B9. RGB value is (176,201,185). Sum of RGB (Red+Green+Blue) = 176+201+185=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 201 (78.91% from 255 or 35.77% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C9B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C9B9 is #4F3646. Grayscale: #BFBFBF. Windows color (decimal): -5191239 or 12175792. OLE color: 12175792.
HSL color Cylindrical-coordinate representation of color #B0C9B9: hue angle of 141.6º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0C9B9 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 201 | 185 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.21 |
| HSL | 141.6º | 0.19% | 0.74% | - |
| HSV(B) | 141.6º | 0.12% | 0.79% | - |
| XYZ | 47.55 | 54.51 | 53.91 | - |
| YUV | 191.7 | 124.22 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 201 | 185 | 0.12 | 0 | 0.08 | 0.21 | 141.6 | 0.19 | 0.74 |
| Hex | B0 | C9 | B9 | C | 0 | 8 | 15 | 8E | 13 | 4A |
| Octal | 260 | 311 | 271 | 14 | 0 | 10 | 25 | 216 | 23 | 112 |
| Binary | 10110000 | 11001001 | 10111001 | 1100 | 0 | 1000 | 10101 | 10001110 | 10011 | 1001010 |
Color Harmonies of #B0C9B9
Complementary color
Monochromatic Colors of #B0C9B9
Black with #B0C9B9
Text Example
Text Example
White with #B0C9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C9B9; }
p { color: rgb(176,201,185); }
H1.HeaderClassName
{
color: #B0C9B9;
}
.AnyTagClassName
{
color: #B0C9B9;
}
</style>
background-color css
<style>
a { background-color: #B0C9B9; }
a { background-color: rgb(176,201,185); }
div.DivClassName
{
background-color: #B0C9B9;
}
.BgClassName
{
background-color: #B0C9B9;
}
</style>
border-color css
<style>
span { border-color: #B0C9B9; }
span { border-color: rgb(176,201,185); }
td.TdClassName
{
border-color: #B0C9B9;
}
.TagClassName
{
border-color: #B0C9B9;
}
</style>