Shades of Nebula #B3C8BB
Tints of Nebula #B3C8BB
RGB
CMYK
RGB Variations
Color information
#B3C8BB (or 0xB3C8BB) is known color: Nebula. HEX triplet: B3, C8 and BB. RGB value is (179,200,187). Sum of RGB (Red+Green+Blue) = 179+200+187=566 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.63% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 200 - color contains mainly: green. Hex color #B3C8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C8BB is #4C3744. Grayscale: #C0C0C0. Windows color (decimal): -4994885 or 12306611. OLE color: 12306611.
HSL color Cylindrical-coordinate representation of color #B3C8BB: hue angle of 142.86º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B3C8BB is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 200 | 187 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.22 |
| HSL | 142.86º | 0.16% | 0.74% | - |
| HSV(B) | 142.86º | 0.11% | 0.78% | - |
| XYZ | 48.21 | 54.48 | 54.99 | - |
| YUV | 192.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 200 | 187 | 0.10 | 0 | 0.06 | 0.22 | 142.86 | 0.16 | 0.74 |
| Hex | B3 | C8 | BB | A | 0 | 6 | 16 | 8F | 10 | 4A |
| Octal | 263 | 310 | 273 | 12 | 0 | 6 | 26 | 217 | 20 | 112 |
| Binary | 10110011 | 11001000 | 10111011 | 1010 | 0 | 110 | 10110 | 10001111 | 10000 | 1001010 |
Color Harmonies of #B3C8BB
Complementary color
Monochromatic Colors of #B3C8BB
Black with #B3C8BB
Text Example
Text Example
White with #B3C8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C8BB; }
p { color: rgb(179,200,187); }
H1.HeaderClassName
{
color: #B3C8BB;
}
.AnyTagClassName
{
color: #B3C8BB;
}
</style>
background-color css
<style>
a { background-color: #B3C8BB; }
a { background-color: rgb(179,200,187); }
div.DivClassName
{
background-color: #B3C8BB;
}
.BgClassName
{
background-color: #B3C8BB;
}
</style>
border-color css
<style>
span { border-color: #B3C8BB; }
span { border-color: rgb(179,200,187); }
td.TdClassName
{
border-color: #B3C8BB;
}
.TagClassName
{
border-color: #B3C8BB;
}
</style>