Shades of Nebula #B1D5BD
Tints of Nebula #B1D5BD
RGB
CMYK
RGB Variations
Color information
#B1D5BD (or 0xB1D5BD) is known color: Nebula. HEX triplet: B1, D5 and BD. RGB value is (177,213,189). Sum of RGB (Red+Green+Blue) = 177+213+189=579 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.57% from 579); Green value is 213 (83.59% from 255 or 36.79% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 213 - color contains mainly: green. Hex color #B1D5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D5BD is #4E2A42. Grayscale: #C7C7C7. Windows color (decimal): -5122627 or 12441009. OLE color: 12441009.
HSL color Cylindrical-coordinate representation of color #B1D5BD: hue angle of 140º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B1D5BD is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 213 | 189 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.16 |
| HSL | 140º | 0.3% | 0.76% | - |
| HSV(B) | 140º | 0.17% | 0.84% | - |
| XYZ | 51.11 | 60.61 | 57.15 | - |
| YUV | 199.5 | 122.07 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 213 | 189 | 0.17 | 0 | 0.11 | 0.16 | 140 | 0.3 | 0.76 |
| Hex | B1 | D5 | BD | 11 | 0 | B | 10 | 8C | 1E | 4C |
| Octal | 261 | 325 | 275 | 21 | 0 | 13 | 20 | 214 | 36 | 114 |
| Binary | 10110001 | 11010101 | 10111101 | 10001 | 0 | 1011 | 10000 | 10001100 | 11110 | 1001100 |
Color Harmonies of #B1D5BD
Complementary color
Monochromatic Colors of #B1D5BD
Black with #B1D5BD
Text Example
Text Example
White with #B1D5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D5BD; }
p { color: rgb(177,213,189); }
H1.HeaderClassName
{
color: #B1D5BD;
}
.AnyTagClassName
{
color: #B1D5BD;
}
</style>
background-color css
<style>
a { background-color: #B1D5BD; }
a { background-color: rgb(177,213,189); }
div.DivClassName
{
background-color: #B1D5BD;
}
.BgClassName
{
background-color: #B1D5BD;
}
</style>
border-color css
<style>
span { border-color: #B1D5BD; }
span { border-color: rgb(177,213,189); }
td.TdClassName
{
border-color: #B1D5BD;
}
.TagClassName
{
border-color: #B1D5BD;
}
</style>