Shades of Nebula #B1C9B9
Tints of Nebula #B1C9B9
RGB
CMYK
RGB Variations
Color information
#B1C9B9 (or 0xB1C9B9) is known color: Nebula. HEX triplet: B1, C9 and B9. RGB value is (177,201,185). Sum of RGB (Red+Green+Blue) = 177+201+185=563 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.44% from 563); Green value is 201 (78.91% from 255 or 35.70% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C9B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C9B9 is #4E3646. Grayscale: #C0C0C0. Windows color (decimal): -5125703 or 12175793. OLE color: 12175793.
HSL color Cylindrical-coordinate representation of color #B1C9B9: hue angle of 140º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1C9B9 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 201 | 185 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.21 |
| HSL | 140º | 0.18% | 0.74% | - |
| HSV(B) | 140º | 0.12% | 0.79% | - |
| XYZ | 47.78 | 54.62 | 53.92 | - |
| YUV | 192 | 124.05 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 201 | 185 | 0.12 | 0 | 0.08 | 0.21 | 140 | 0.18 | 0.74 |
| Hex | B1 | C9 | B9 | C | 0 | 8 | 15 | 8C | 12 | 4A |
| Octal | 261 | 311 | 271 | 14 | 0 | 10 | 25 | 214 | 22 | 112 |
| Binary | 10110001 | 11001001 | 10111001 | 1100 | 0 | 1000 | 10101 | 10001100 | 10010 | 1001010 |
Color Harmonies of #B1C9B9
Complementary color
Monochromatic Colors of #B1C9B9
Black with #B1C9B9
Text Example
Text Example
White with #B1C9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C9B9; }
p { color: rgb(177,201,185); }
H1.HeaderClassName
{
color: #B1C9B9;
}
.AnyTagClassName
{
color: #B1C9B9;
}
</style>
background-color css
<style>
a { background-color: #B1C9B9; }
a { background-color: rgb(177,201,185); }
div.DivClassName
{
background-color: #B1C9B9;
}
.BgClassName
{
background-color: #B1C9B9;
}
</style>
border-color css
<style>
span { border-color: #B1C9B9; }
span { border-color: rgb(177,201,185); }
td.TdClassName
{
border-color: #B1C9B9;
}
.TagClassName
{
border-color: #B1C9B9;
}
</style>