Shades of Nebula #B3C5B9
Tints of Nebula #B3C5B9
RGB
CMYK
RGB Variations
Color information
#B3C5B9 (or 0xB3C5B9) is known color: Nebula. HEX triplet: B3, C5 and B9. RGB value is (179,197,185). Sum of RGB (Red+Green+Blue) = 179+197+185=561 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.91% from 561); Green value is 197 (77.34% from 255 or 35.12% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C5B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C5B9 is #4C3A46. Grayscale: #BEBEBE. Windows color (decimal): -4995655 or 12174771. OLE color: 12174771.
HSL color Cylindrical-coordinate representation of color #B3C5B9: hue angle of 140º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B3C5B9 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 197 | 185 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.23 |
| HSL | 140º | 0.13% | 0.74% | - |
| HSV(B) | 140º | 0.09% | 0.77% | - |
| XYZ | 47.31 | 53.02 | 53.64 | - |
| YUV | 190.25 | 125.04 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 197 | 185 | 0.09 | 0 | 0.06 | 0.23 | 140 | 0.13 | 0.74 |
| Hex | B3 | C5 | B9 | 9 | 0 | 6 | 17 | 8C | D | 4A |
| Octal | 263 | 305 | 271 | 11 | 0 | 6 | 27 | 214 | 15 | 112 |
| Binary | 10110011 | 11000101 | 10111001 | 1001 | 0 | 110 | 10111 | 10001100 | 1101 | 1001010 |
Color Harmonies of #B3C5B9
Complementary color
Monochromatic Colors of #B3C5B9
Black with #B3C5B9
Text Example
Text Example
White with #B3C5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C5B9; }
p { color: rgb(179,197,185); }
H1.HeaderClassName
{
color: #B3C5B9;
}
.AnyTagClassName
{
color: #B3C5B9;
}
</style>
background-color css
<style>
a { background-color: #B3C5B9; }
a { background-color: rgb(179,197,185); }
div.DivClassName
{
background-color: #B3C5B9;
}
.BgClassName
{
background-color: #B3C5B9;
}
</style>
border-color css
<style>
span { border-color: #B3C5B9; }
span { border-color: rgb(179,197,185); }
td.TdClassName
{
border-color: #B3C5B9;
}
.TagClassName
{
border-color: #B3C5B9;
}
</style>