Shades of Nebula #B3C6BC
Tints of Nebula #B3C6BC
RGB
CMYK
RGB Variations
Color information
#B3C6BC (or 0xB3C6BC) is known color: Nebula. HEX triplet: B3, C6 and BC. RGB value is (179,198,188). Sum of RGB (Red+Green+Blue) = 179+198+188=565 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.68% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 198 - color contains mainly: green. Hex color #B3C6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C6BC is #4C3943. Grayscale: #BFBFBF. Windows color (decimal): -4995396 or 12371635. OLE color: 12371635.
HSL color Cylindrical-coordinate representation of color #B3C6BC: hue angle of 148.42º degrees, saturation: 0.14, 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 #B3C6BC is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 198 | 188 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.22 |
| HSL | 148.42º | 0.14% | 0.74% | - |
| HSV(B) | 148.42º | 0.1% | 0.78% | - |
| XYZ | 47.86 | 53.6 | 55.4 | - |
| YUV | 191.18 | 126.21 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 198 | 188 | 0.10 | 0 | 0.05 | 0.22 | 148.42 | 0.14 | 0.74 |
| Hex | B3 | C6 | BC | A | 0 | 5 | 16 | 94 | E | 4A |
| Octal | 263 | 306 | 274 | 12 | 0 | 5 | 26 | 224 | 16 | 112 |
| Binary | 10110011 | 11000110 | 10111100 | 1010 | 0 | 101 | 10110 | 10010100 | 1110 | 1001010 |
Color Harmonies of #B3C6BC
Complementary color
Monochromatic Colors of #B3C6BC
Black with #B3C6BC
Text Example
Text Example
White with #B3C6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C6BC; }
p { color: rgb(179,198,188); }
H1.HeaderClassName
{
color: #B3C6BC;
}
.AnyTagClassName
{
color: #B3C6BC;
}
</style>
background-color css
<style>
a { background-color: #B3C6BC; }
a { background-color: rgb(179,198,188); }
div.DivClassName
{
background-color: #B3C6BC;
}
.BgClassName
{
background-color: #B3C6BC;
}
</style>
border-color css
<style>
span { border-color: #B3C6BC; }
span { border-color: rgb(179,198,188); }
td.TdClassName
{
border-color: #B3C6BC;
}
.TagClassName
{
border-color: #B3C6BC;
}
</style>