Shades of Nebula #B0C9BB
Tints of Nebula #B0C9BB
RGB
CMYK
RGB Variations
Color information
#B0C9BB (or 0xB0C9BB) is known color: Nebula. HEX triplet: B0, C9 and BB. RGB value is (176,201,187). Sum of RGB (Red+Green+Blue) = 176+201+187=564 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.21% from 564); Green value is 201 (78.91% from 255 or 35.64% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C9BB is #4F3644. Grayscale: #BFBFBF. Windows color (decimal): -5191237 or 12306864. OLE color: 12306864.
HSL color Cylindrical-coordinate representation of color #B0C9BB: hue angle of 146.4º 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 #B0C9BB is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 201 | 187 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.21 |
| HSL | 146.4º | 0.19% | 0.74% | - |
| HSV(B) | 146.4º | 0.12% | 0.79% | - |
| XYZ | 47.76 | 54.59 | 55.03 | - |
| YUV | 191.93 | 125.22 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 201 | 187 | 0.12 | 0 | 0.07 | 0.21 | 146.4 | 0.19 | 0.74 |
| Hex | B0 | C9 | BB | C | 0 | 7 | 15 | 92 | 13 | 4A |
| Octal | 260 | 311 | 273 | 14 | 0 | 7 | 25 | 222 | 23 | 112 |
| Binary | 10110000 | 11001001 | 10111011 | 1100 | 0 | 111 | 10101 | 10010010 | 10011 | 1001010 |
Color Harmonies of #B0C9BB
Complementary color
Monochromatic Colors of #B0C9BB
Black with #B0C9BB
Text Example
Text Example
White with #B0C9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C9BB; }
p { color: rgb(176,201,187); }
H1.HeaderClassName
{
color: #B0C9BB;
}
.AnyTagClassName
{
color: #B0C9BB;
}
</style>
background-color css
<style>
a { background-color: #B0C9BB; }
a { background-color: rgb(176,201,187); }
div.DivClassName
{
background-color: #B0C9BB;
}
.BgClassName
{
background-color: #B0C9BB;
}
</style>
border-color css
<style>
span { border-color: #B0C9BB; }
span { border-color: rgb(176,201,187); }
td.TdClassName
{
border-color: #B0C9BB;
}
.TagClassName
{
border-color: #B0C9BB;
}
</style>