Shades of Nebula #B0C8BA
Tints of Nebula #B0C8BA
RGB
CMYK
RGB Variations
Color information
#B0C8BA (or 0xB0C8BA) is known color: Nebula. HEX triplet: B0, C8 and BA. RGB value is (176,200,186). Sum of RGB (Red+Green+Blue) = 176+200+186=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 200 (78.52% from 255 or 35.59% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C8BA is #4F3745. Grayscale: #BFBFBF. Windows color (decimal): -5191494 or 12241072. OLE color: 12241072.
HSL color Cylindrical-coordinate representation of color #B0C8BA: hue angle of 145º 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 #B0C8BA is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 200 | 186 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.22 |
| HSL | 145º | 0.18% | 0.74% | - |
| HSV(B) | 145º | 0.12% | 0.78% | - |
| XYZ | 47.42 | 54.08 | 54.39 | - |
| YUV | 191.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 200 | 186 | 0.12 | 0 | 0.07 | 0.22 | 145 | 0.18 | 0.74 |
| Hex | B0 | C8 | BA | C | 0 | 7 | 16 | 91 | 12 | 4A |
| Octal | 260 | 310 | 272 | 14 | 0 | 7 | 26 | 221 | 22 | 112 |
| Binary | 10110000 | 11001000 | 10111010 | 1100 | 0 | 111 | 10110 | 10010001 | 10010 | 1001010 |
Color Harmonies of #B0C8BA
Complementary color
Monochromatic Colors of #B0C8BA
Black with #B0C8BA
Text Example
Text Example
White with #B0C8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C8BA; }
p { color: rgb(176,200,186); }
H1.HeaderClassName
{
color: #B0C8BA;
}
.AnyTagClassName
{
color: #B0C8BA;
}
</style>
background-color css
<style>
a { background-color: #B0C8BA; }
a { background-color: rgb(176,200,186); }
div.DivClassName
{
background-color: #B0C8BA;
}
.BgClassName
{
background-color: #B0C8BA;
}
</style>
border-color css
<style>
span { border-color: #B0C8BA; }
span { border-color: rgb(176,200,186); }
td.TdClassName
{
border-color: #B0C8BA;
}
.TagClassName
{
border-color: #B0C8BA;
}
</style>