Shades of Nebula #B9C1BC
Tints of Nebula #B9C1BC
RGB
CMYK
RGB Variations
Color information
#B9C1BC (or 0xB9C1BC) is known color: Nebula. HEX triplet: B9, C1 and BC. RGB value is (185,193,188). Sum of RGB (Red+Green+Blue) = 185+193+188=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C1BC is #463E43. Grayscale: #BEBEBE. Windows color (decimal): -4603460 or 12370361. OLE color: 12370361.
HSL color Cylindrical-coordinate representation of color #B9C1BC: hue angle of 142.5º degrees, saturation: 0.06, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B9C1BC is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 193 | 188 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.24 |
| HSL | 142.5º | 0.06% | 0.74% | - |
| HSV(B) | 142.5º | 0.04% | 0.76% | - |
| XYZ | 48.15 | 52.09 | 55.09 | - |
| YUV | 190.04 | 126.85 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 193 | 188 | 0.04 | 0 | 0.03 | 0.24 | 142.5 | 0.06 | 0.74 |
| Hex | B9 | C1 | BC | 4 | 0 | 3 | 18 | 8E | 6 | 4A |
| Octal | 271 | 301 | 274 | 4 | 0 | 3 | 30 | 216 | 6 | 112 |
| Binary | 10111001 | 11000001 | 10111100 | 100 | 0 | 11 | 11000 | 10001110 | 110 | 1001010 |
Color Harmonies of #B9C1BC
Complementary color
Monochromatic Colors of #B9C1BC
Black with #B9C1BC
Text Example
Text Example
White with #B9C1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C1BC; }
p { color: rgb(185,193,188); }
H1.HeaderClassName
{
color: #B9C1BC;
}
.AnyTagClassName
{
color: #B9C1BC;
}
</style>
background-color css
<style>
a { background-color: #B9C1BC; }
a { background-color: rgb(185,193,188); }
div.DivClassName
{
background-color: #B9C1BC;
}
.BgClassName
{
background-color: #B9C1BC;
}
</style>
border-color css
<style>
span { border-color: #B9C1BC; }
span { border-color: rgb(185,193,188); }
td.TdClassName
{
border-color: #B9C1BC;
}
.TagClassName
{
border-color: #B9C1BC;
}
</style>