Shades of Nebula #B3C7BA
Tints of Nebula #B3C7BA
RGB
CMYK
RGB Variations
Color information
#B3C7BA (or 0xB3C7BA) is known color: Nebula. HEX triplet: B3, C7 and BA. RGB value is (179,199,186). Sum of RGB (Red+Green+Blue) = 179+199+186=564 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.74% from 564); Green value is 199 (78.12% from 255 or 35.28% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 199 - color contains mainly: green. Hex color #B3C7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C7BA is #4C3845. Grayscale: #BFBFBF. Windows color (decimal): -4995142 or 12240819. OLE color: 12240819.
HSL color Cylindrical-coordinate representation of color #B3C7BA: hue angle of 141º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B3C7BA is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 199 | 186 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.22 |
| HSL | 141º | 0.15% | 0.74% | - |
| HSV(B) | 141º | 0.1% | 0.78% | - |
| XYZ | 47.88 | 53.98 | 54.35 | - |
| YUV | 191.54 | 124.87 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 199 | 186 | 0.10 | 0 | 0.07 | 0.22 | 141 | 0.15 | 0.74 |
| Hex | B3 | C7 | BA | A | 0 | 7 | 16 | 8D | F | 4A |
| Octal | 263 | 307 | 272 | 12 | 0 | 7 | 26 | 215 | 17 | 112 |
| Binary | 10110011 | 11000111 | 10111010 | 1010 | 0 | 111 | 10110 | 10001101 | 1111 | 1001010 |
Color Harmonies of #B3C7BA
Complementary color
Monochromatic Colors of #B3C7BA
Black with #B3C7BA
Text Example
Text Example
White with #B3C7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C7BA; }
p { color: rgb(179,199,186); }
H1.HeaderClassName
{
color: #B3C7BA;
}
.AnyTagClassName
{
color: #B3C7BA;
}
</style>
background-color css
<style>
a { background-color: #B3C7BA; }
a { background-color: rgb(179,199,186); }
div.DivClassName
{
background-color: #B3C7BA;
}
.BgClassName
{
background-color: #B3C7BA;
}
</style>
border-color css
<style>
span { border-color: #B3C7BA; }
span { border-color: rgb(179,199,186); }
td.TdClassName
{
border-color: #B3C7BA;
}
.TagClassName
{
border-color: #B3C7BA;
}
</style>