Shades of Nebula #B3C0B7
Tints of Nebula #B3C0B7
RGB
CMYK
RGB Variations
Color information
#B3C0B7 (or 0xB3C0B7) is known color: Nebula. HEX triplet: B3, C0 and B7. RGB value is (179,192,183). Sum of RGB (Red+Green+Blue) = 179+192+183=554 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.31% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 183 (71.88% from 255 or 33.03% from 554); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C0B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C0B7 is #4C3F48. Grayscale: #BBBBBB. Windows color (decimal): -4996937 or 12042419. OLE color: 12042419.
HSL color Cylindrical-coordinate representation of color #B3C0B7: hue angle of 138.46º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B3C0B7 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 192 | 183 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.25 |
| HSL | 138.46º | 0.09% | 0.73% | - |
| HSV(B) | 138.46º | 0.07% | 0.75% | - |
| XYZ | 45.99 | 50.7 | 52.16 | - |
| YUV | 187.09 | 125.69 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 192 | 183 | 0.07 | 0 | 0.05 | 0.25 | 138.46 | 0.09 | 0.73 |
| Hex | B3 | C0 | B7 | 7 | 0 | 5 | 19 | 8A | 9 | 49 |
| Octal | 263 | 300 | 267 | 7 | 0 | 5 | 31 | 212 | 11 | 111 |
| Binary | 10110011 | 11000000 | 10110111 | 111 | 0 | 101 | 11001 | 10001010 | 1001 | 1001001 |
Color Harmonies of #B3C0B7
Complementary color
Monochromatic Colors of #B3C0B7
Black with #B3C0B7
Text Example
Text Example
White with #B3C0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C0B7; }
p { color: rgb(179,192,183); }
H1.HeaderClassName
{
color: #B3C0B7;
}
.AnyTagClassName
{
color: #B3C0B7;
}
</style>
background-color css
<style>
a { background-color: #B3C0B7; }
a { background-color: rgb(179,192,183); }
div.DivClassName
{
background-color: #B3C0B7;
}
.BgClassName
{
background-color: #B3C0B7;
}
</style>
border-color css
<style>
span { border-color: #B3C0B7; }
span { border-color: rgb(179,192,183); }
td.TdClassName
{
border-color: #B3C0B7;
}
.TagClassName
{
border-color: #B3C0B7;
}
</style>