Shades of Nebula #B3C7BB
Tints of Nebula #B3C7BB
RGB
CMYK
RGB Variations
Color information
#B3C7BB (or 0xB3C7BB) is known color: Nebula. HEX triplet: B3, C7 and BB. RGB value is (179,199,187). Sum of RGB (Red+Green+Blue) = 179+199+187=565 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.68% from 565); Green value is 199 (78.12% from 255 or 35.22% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 199 - color contains mainly: green. Hex color #B3C7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C7BB is #4C3844. Grayscale: #BFBFBF. Windows color (decimal): -4995141 or 12306355. OLE color: 12306355.
HSL color Cylindrical-coordinate representation of color #B3C7BB: hue angle of 144º 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 #B3C7BB is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 199 | 187 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.22 |
| HSL | 144º | 0.15% | 0.74% | - |
| HSV(B) | 144º | 0.1% | 0.78% | - |
| XYZ | 47.98 | 54.02 | 54.91 | - |
| YUV | 191.65 | 125.37 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 199 | 187 | 0.10 | 0 | 0.06 | 0.22 | 144 | 0.15 | 0.74 |
| Hex | B3 | C7 | BB | A | 0 | 6 | 16 | 90 | F | 4A |
| Octal | 263 | 307 | 273 | 12 | 0 | 6 | 26 | 220 | 17 | 112 |
| Binary | 10110011 | 11000111 | 10111011 | 1010 | 0 | 110 | 10110 | 10010000 | 1111 | 1001010 |
Color Harmonies of #B3C7BB
Complementary color
Monochromatic Colors of #B3C7BB
Black with #B3C7BB
Text Example
Text Example
White with #B3C7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C7BB; }
p { color: rgb(179,199,187); }
H1.HeaderClassName
{
color: #B3C7BB;
}
.AnyTagClassName
{
color: #B3C7BB;
}
</style>
background-color css
<style>
a { background-color: #B3C7BB; }
a { background-color: rgb(179,199,187); }
div.DivClassName
{
background-color: #B3C7BB;
}
.BgClassName
{
background-color: #B3C7BB;
}
</style>
border-color css
<style>
span { border-color: #B3C7BB; }
span { border-color: rgb(179,199,187); }
td.TdClassName
{
border-color: #B3C7BB;
}
.TagClassName
{
border-color: #B3C7BB;
}
</style>