Shades of Nebula #B1C9BB
Tints of Nebula #B1C9BB
RGB
CMYK
RGB Variations
Color information
#B1C9BB (or 0xB1C9BB) is known color: Nebula. HEX triplet: B1, C9 and BB. RGB value is (177,201,187). Sum of RGB (Red+Green+Blue) = 177+201+187=565 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.33% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C9BB is #4E3644. Grayscale: #C0C0C0. Windows color (decimal): -5125701 or 12306865. OLE color: 12306865.
HSL color Cylindrical-coordinate representation of color #B1C9BB: hue angle of 145º 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 #B1C9BB is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 201 | 187 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.21 |
| HSL | 145º | 0.18% | 0.74% | - |
| HSV(B) | 145º | 0.12% | 0.79% | - |
| XYZ | 47.99 | 54.71 | 55.04 | - |
| YUV | 192.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 201 | 187 | 0.12 | 0 | 0.07 | 0.21 | 145 | 0.18 | 0.74 |
| Hex | B1 | C9 | BB | C | 0 | 7 | 15 | 91 | 12 | 4A |
| Octal | 261 | 311 | 273 | 14 | 0 | 7 | 25 | 221 | 22 | 112 |
| Binary | 10110001 | 11001001 | 10111011 | 1100 | 0 | 111 | 10101 | 10010001 | 10010 | 1001010 |
Color Harmonies of #B1C9BB
Complementary color
Monochromatic Colors of #B1C9BB
Black with #B1C9BB
Text Example
Text Example
White with #B1C9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C9BB; }
p { color: rgb(177,201,187); }
H1.HeaderClassName
{
color: #B1C9BB;
}
.AnyTagClassName
{
color: #B1C9BB;
}
</style>
background-color css
<style>
a { background-color: #B1C9BB; }
a { background-color: rgb(177,201,187); }
div.DivClassName
{
background-color: #B1C9BB;
}
.BgClassName
{
background-color: #B1C9BB;
}
</style>
border-color css
<style>
span { border-color: #B1C9BB; }
span { border-color: rgb(177,201,187); }
td.TdClassName
{
border-color: #B1C9BB;
}
.TagClassName
{
border-color: #B1C9BB;
}
</style>