Shades of Nebula #B1C3B9
Tints of Nebula #B1C3B9
RGB
CMYK
RGB Variations
Color information
#B1C3B9 (or 0xB1C3B9) is known color: Nebula. HEX triplet: B1, C3 and B9. RGB value is (177,195,185). Sum of RGB (Red+Green+Blue) = 177+195+185=557 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.78% from 557); Green value is 195 (76.56% from 255 or 35.01% from 557); Blue value is 185 (72.66% from 255 or 33.21% from 557); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C3B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C3B9 is #4E3C46. Grayscale: #BCBCBC. Windows color (decimal): -5127239 or 12174257. OLE color: 12174257.
HSL color Cylindrical-coordinate representation of color #B1C3B9: hue angle of 146.67º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B1C3B9 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 195 | 185 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.24 |
| HSL | 146.67º | 0.13% | 0.73% | - |
| HSV(B) | 146.67º | 0.09% | 0.76% | - |
| XYZ | 46.4 | 51.88 | 53.47 | - |
| YUV | 188.48 | 126.04 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 195 | 185 | 0.09 | 0 | 0.05 | 0.24 | 146.67 | 0.13 | 0.73 |
| Hex | B1 | C3 | B9 | 9 | 0 | 5 | 18 | 93 | D | 49 |
| Octal | 261 | 303 | 271 | 11 | 0 | 5 | 30 | 223 | 15 | 111 |
| Binary | 10110001 | 11000011 | 10111001 | 1001 | 0 | 101 | 11000 | 10010011 | 1101 | 1001001 |
Color Harmonies of #B1C3B9
Complementary color
Monochromatic Colors of #B1C3B9
Black with #B1C3B9
Text Example
Text Example
White with #B1C3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C3B9; }
p { color: rgb(177,195,185); }
H1.HeaderClassName
{
color: #B1C3B9;
}
.AnyTagClassName
{
color: #B1C3B9;
}
</style>
background-color css
<style>
a { background-color: #B1C3B9; }
a { background-color: rgb(177,195,185); }
div.DivClassName
{
background-color: #B1C3B9;
}
.BgClassName
{
background-color: #B1C3B9;
}
</style>
border-color css
<style>
span { border-color: #B1C3B9; }
span { border-color: rgb(177,195,185); }
td.TdClassName
{
border-color: #B1C3B9;
}
.TagClassName
{
border-color: #B1C3B9;
}
</style>