Shades of Nebula #B1D5BF
Tints of Nebula #B1D5BF
RGB
CMYK
RGB Variations
Color information
#B1D5BF (or 0xB1D5BF) is known color: Nebula. HEX triplet: B1, D5 and BF. RGB value is (177,213,191). Sum of RGB (Red+Green+Blue) = 177+213+191=581 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.46% from 581); Green value is 213 (83.59% from 255 or 36.66% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 213 - color contains mainly: green. Hex color #B1D5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D5BF is #4E2A40. Grayscale: #C7C7C7. Windows color (decimal): -5122625 or 12572081. OLE color: 12572081.
HSL color Cylindrical-coordinate representation of color #B1D5BF: hue angle of 143.33º 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 #B1D5BF is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 213 | 191 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.16 |
| HSL | 143.33º | 0.3% | 0.76% | - |
| HSV(B) | 143.33º | 0.17% | 0.84% | - |
| XYZ | 51.33 | 60.7 | 58.3 | - |
| YUV | 199.73 | 123.07 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 213 | 191 | 0.17 | 0 | 0.10 | 0.16 | 143.33 | 0.3 | 0.76 |
| Hex | B1 | D5 | BF | 11 | 0 | A | 10 | 8F | 1E | 4C |
| Octal | 261 | 325 | 277 | 21 | 0 | 12 | 20 | 217 | 36 | 114 |
| Binary | 10110001 | 11010101 | 10111111 | 10001 | 0 | 1010 | 10000 | 10001111 | 11110 | 1001100 |
Color Harmonies of #B1D5BF
Complementary color
Monochromatic Colors of #B1D5BF
Black with #B1D5BF
Text Example
Text Example
White with #B1D5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D5BF; }
p { color: rgb(177,213,191); }
H1.HeaderClassName
{
color: #B1D5BF;
}
.AnyTagClassName
{
color: #B1D5BF;
}
</style>
background-color css
<style>
a { background-color: #B1D5BF; }
a { background-color: rgb(177,213,191); }
div.DivClassName
{
background-color: #B1D5BF;
}
.BgClassName
{
background-color: #B1D5BF;
}
</style>
border-color css
<style>
span { border-color: #B1D5BF; }
span { border-color: rgb(177,213,191); }
td.TdClassName
{
border-color: #B1D5BF;
}
.TagClassName
{
border-color: #B1D5BF;
}
</style>