Shades of Nebula #B3C1B8
Tints of Nebula #B3C1B8
RGB
CMYK
RGB Variations
Color information
#B3C1B8 (or 0xB3C1B8) is known color: Nebula. HEX triplet: B3, C1 and B8. RGB value is (179,193,184). Sum of RGB (Red+Green+Blue) = 179+193+184=556 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.19% from 556); Green value is 193 (75.78% from 255 or 34.71% from 556); Blue value is 184 (72.27% from 255 or 33.09% from 556); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C1B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C1B8 is #4C3E47. Grayscale: #BBBBBB. Windows color (decimal): -4996680 or 12108211. OLE color: 12108211.
HSL color Cylindrical-coordinate representation of color #B3C1B8: hue angle of 141.43º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B3C1B8 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 193 | 184 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.24 |
| HSL | 141.43º | 0.1% | 0.73% | - |
| HSV(B) | 141.43º | 0.07% | 0.76% | - |
| XYZ | 46.31 | 51.18 | 52.79 | - |
| YUV | 187.79 | 125.86 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 193 | 184 | 0.07 | 0 | 0.05 | 0.24 | 141.43 | 0.1 | 0.73 |
| Hex | B3 | C1 | B8 | 7 | 0 | 5 | 18 | 8D | A | 49 |
| Octal | 263 | 301 | 270 | 7 | 0 | 5 | 30 | 215 | 12 | 111 |
| Binary | 10110011 | 11000001 | 10111000 | 111 | 0 | 101 | 11000 | 10001101 | 1010 | 1001001 |
Color Harmonies of #B3C1B8
Complementary color
Monochromatic Colors of #B3C1B8
Black with #B3C1B8
Text Example
Text Example
White with #B3C1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C1B8; }
p { color: rgb(179,193,184); }
H1.HeaderClassName
{
color: #B3C1B8;
}
.AnyTagClassName
{
color: #B3C1B8;
}
</style>
background-color css
<style>
a { background-color: #B3C1B8; }
a { background-color: rgb(179,193,184); }
div.DivClassName
{
background-color: #B3C1B8;
}
.BgClassName
{
background-color: #B3C1B8;
}
</style>
border-color css
<style>
span { border-color: #B3C1B8; }
span { border-color: rgb(179,193,184); }
td.TdClassName
{
border-color: #B3C1B8;
}
.TagClassName
{
border-color: #B3C1B8;
}
</style>