Shades of Nebula #B1C6B9
Tints of Nebula #B1C6B9
RGB
CMYK
RGB Variations
Color information
#B1C6B9 (or 0xB1C6B9) is known color: Nebula. HEX triplet: B1, C6 and B9. RGB value is (177,198,185). Sum of RGB (Red+Green+Blue) = 177+198+185=560 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.61% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C6B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C6B9 is #4E3946. Grayscale: #BEBEBE. Windows color (decimal): -5126471 or 12175025. OLE color: 12175025.
HSL color Cylindrical-coordinate representation of color #B1C6B9: 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 #B1C6B9 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 198 | 185 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.22 |
| HSL | 142.86º | 0.16% | 0.74% | - |
| HSV(B) | 142.86º | 0.11% | 0.78% | - |
| XYZ | 47.08 | 53.24 | 53.69 | - |
| YUV | 190.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 198 | 185 | 0.11 | 0 | 0.07 | 0.22 | 142.86 | 0.16 | 0.74 |
| Hex | B1 | C6 | B9 | B | 0 | 7 | 16 | 8F | 10 | 4A |
| Octal | 261 | 306 | 271 | 13 | 0 | 7 | 26 | 217 | 20 | 112 |
| Binary | 10110001 | 11000110 | 10111001 | 1011 | 0 | 111 | 10110 | 10001111 | 10000 | 1001010 |
Color Harmonies of #B1C6B9
Complementary color
Monochromatic Colors of #B1C6B9
Black with #B1C6B9
Text Example
Text Example
White with #B1C6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C6B9; }
p { color: rgb(177,198,185); }
H1.HeaderClassName
{
color: #B1C6B9;
}
.AnyTagClassName
{
color: #B1C6B9;
}
</style>
background-color css
<style>
a { background-color: #B1C6B9; }
a { background-color: rgb(177,198,185); }
div.DivClassName
{
background-color: #B1C6B9;
}
.BgClassName
{
background-color: #B1C6B9;
}
</style>
border-color css
<style>
span { border-color: #B1C6B9; }
span { border-color: rgb(177,198,185); }
td.TdClassName
{
border-color: #B1C6B9;
}
.TagClassName
{
border-color: #B1C6B9;
}
</style>