Shades of Nebula #B0C8BB
Tints of Nebula #B0C8BB
RGB
CMYK
RGB Variations
Color information
#B0C8BB (or 0xB0C8BB) is known color: Nebula. HEX triplet: B0, C8 and BB. RGB value is (176,200,187). Sum of RGB (Red+Green+Blue) = 176+200+187=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 200 (78.52% from 255 or 35.52% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C8BB is #4F3744. Grayscale: #BFBFBF. Windows color (decimal): -5191493 or 12306608. OLE color: 12306608.
HSL color Cylindrical-coordinate representation of color #B0C8BB: hue angle of 147.5º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0C8BB is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 200 | 187 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.22 |
| HSL | 147.5º | 0.18% | 0.74% | - |
| HSV(B) | 147.5º | 0.12% | 0.78% | - |
| XYZ | 47.53 | 54.13 | 54.96 | - |
| YUV | 191.34 | 125.55 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 200 | 187 | 0.12 | 0 | 0.06 | 0.22 | 147.5 | 0.18 | 0.74 |
| Hex | B0 | C8 | BB | C | 0 | 6 | 16 | 94 | 12 | 4A |
| Octal | 260 | 310 | 273 | 14 | 0 | 6 | 26 | 224 | 22 | 112 |
| Binary | 10110000 | 11001000 | 10111011 | 1100 | 0 | 110 | 10110 | 10010100 | 10010 | 1001010 |
Color Harmonies of #B0C8BB
Complementary color
Monochromatic Colors of #B0C8BB
Black with #B0C8BB
Text Example
Text Example
White with #B0C8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C8BB; }
p { color: rgb(176,200,187); }
H1.HeaderClassName
{
color: #B0C8BB;
}
.AnyTagClassName
{
color: #B0C8BB;
}
</style>
background-color css
<style>
a { background-color: #B0C8BB; }
a { background-color: rgb(176,200,187); }
div.DivClassName
{
background-color: #B0C8BB;
}
.BgClassName
{
background-color: #B0C8BB;
}
</style>
border-color css
<style>
span { border-color: #B0C8BB; }
span { border-color: rgb(176,200,187); }
td.TdClassName
{
border-color: #B0C8BB;
}
.TagClassName
{
border-color: #B0C8BB;
}
</style>