Shades of Nebula #B1D3BD
Tints of Nebula #B1D3BD
RGB
CMYK
RGB Variations
Color information
#B1D3BD (or 0xB1D3BD) is known color: Nebula. HEX triplet: B1, D3 and BD. RGB value is (177,211,189). Sum of RGB (Red+Green+Blue) = 177+211+189=577 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.68% from 577); Green value is 211 (82.81% from 255 or 36.57% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 211 - color contains mainly: green. Hex color #B1D3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D3BD is #4E2C42. Grayscale: #C6C6C6. Windows color (decimal): -5123139 or 12440497. OLE color: 12440497.
HSL color Cylindrical-coordinate representation of color #B1D3BD: hue angle of 141.18º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B1D3BD is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 177 | 211 | 189 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.17 |
| HSL | 141.18º | 0.28% | 0.76% | - |
| HSV(B) | 141.18º | 0.16% | 0.83% | - |
| XYZ | 50.61 | 59.61 | 56.98 | - |
| YUV | 198.33 | 122.74 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 211 | 189 | 0.16 | 0 | 0.10 | 0.17 | 141.18 | 0.28 | 0.76 |
| Hex | B1 | D3 | BD | 10 | 0 | A | 11 | 8D | 1C | 4C |
| Octal | 261 | 323 | 275 | 20 | 0 | 12 | 21 | 215 | 34 | 114 |
| Binary | 10110001 | 11010011 | 10111101 | 10000 | 0 | 1010 | 10001 | 10001101 | 11100 | 1001100 |
Color Harmonies of #B1D3BD
Complementary color
Monochromatic Colors of #B1D3BD
Black with #B1D3BD
Text Example
Text Example
White with #B1D3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D3BD; }
p { color: rgb(177,211,189); }
H1.HeaderClassName
{
color: #B1D3BD;
}
.AnyTagClassName
{
color: #B1D3BD;
}
</style>
background-color css
<style>
a { background-color: #B1D3BD; }
a { background-color: rgb(177,211,189); }
div.DivClassName
{
background-color: #B1D3BD;
}
.BgClassName
{
background-color: #B1D3BD;
}
</style>
border-color css
<style>
span { border-color: #B1D3BD; }
span { border-color: rgb(177,211,189); }
td.TdClassName
{
border-color: #B1D3BD;
}
.TagClassName
{
border-color: #B1D3BD;
}
</style>