Shades of Nebula #B8C0BA
Tints of Nebula #B8C0BA
RGB
CMYK
RGB Variations
Color information
#B8C0BA (or 0xB8C0BA) is known color: Nebula. HEX triplet: B8, C0 and BA. RGB value is (184,192,186). Sum of RGB (Red+Green+Blue) = 184+192+186=562 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.74% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C0BA is #473F45. Grayscale: #BCBCBC. Windows color (decimal): -4669254 or 12239032. OLE color: 12239032.
HSL color Cylindrical-coordinate representation of color #B8C0BA: hue angle of 135º degrees, saturation: 0.06, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B8C0BA is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 192 | 186 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.25 |
| HSL | 135º | 0.06% | 0.74% | - |
| HSV(B) | 135º | 0.04% | 0.75% | - |
| XYZ | 47.48 | 51.43 | 53.88 | - |
| YUV | 188.92 | 126.35 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 192 | 186 | 0.04 | 0 | 0.03 | 0.25 | 135 | 0.06 | 0.74 |
| Hex | B8 | C0 | BA | 4 | 0 | 3 | 19 | 87 | 6 | 4A |
| Octal | 270 | 300 | 272 | 4 | 0 | 3 | 31 | 207 | 6 | 112 |
| Binary | 10111000 | 11000000 | 10111010 | 100 | 0 | 11 | 11001 | 10000111 | 110 | 1001010 |
Color Harmonies of #B8C0BA
Complementary color
Monochromatic Colors of #B8C0BA
Black with #B8C0BA
Text Example
Text Example
White with #B8C0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C0BA; }
p { color: rgb(184,192,186); }
H1.HeaderClassName
{
color: #B8C0BA;
}
.AnyTagClassName
{
color: #B8C0BA;
}
</style>
background-color css
<style>
a { background-color: #B8C0BA; }
a { background-color: rgb(184,192,186); }
div.DivClassName
{
background-color: #B8C0BA;
}
.BgClassName
{
background-color: #B8C0BA;
}
</style>
border-color css
<style>
span { border-color: #B8C0BA; }
span { border-color: rgb(184,192,186); }
td.TdClassName
{
border-color: #B8C0BA;
}
.TagClassName
{
border-color: #B8C0BA;
}
</style>