Shades of Nebula #B1D0BF
Tints of Nebula #B1D0BF
RGB
CMYK
RGB Variations
Color information
#B1D0BF (or 0xB1D0BF) is known color: Nebula. HEX triplet: B1, D0 and BF. RGB value is (177,208,191). Sum of RGB (Red+Green+Blue) = 177+208+191=576 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.73% from 576); Green value is 208 (81.64% from 255 or 36.11% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D0BF is #4E2F40. Grayscale: #C4C4C4. Windows color (decimal): -5123905 or 12570801. OLE color: 12570801.
HSL color Cylindrical-coordinate representation of color #B1D0BF: hue angle of 147.1º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B1D0BF is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 208 | 191 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.18 |
| HSL | 147.1º | 0.25% | 0.75% | - |
| HSV(B) | 147.1º | 0.15% | 0.82% | - |
| XYZ | 50.09 | 58.22 | 57.89 | - |
| YUV | 196.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 208 | 191 | 0.15 | 0 | 0.08 | 0.18 | 147.1 | 0.25 | 0.75 |
| Hex | B1 | D0 | BF | F | 0 | 8 | 12 | 93 | 19 | 4B |
| Octal | 261 | 320 | 277 | 17 | 0 | 10 | 22 | 223 | 31 | 113 |
| Binary | 10110001 | 11010000 | 10111111 | 1111 | 0 | 1000 | 10010 | 10010011 | 11001 | 1001011 |
Color Harmonies of #B1D0BF
Complementary color
Monochromatic Colors of #B1D0BF
Black with #B1D0BF
Text Example
Text Example
White with #B1D0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D0BF; }
p { color: rgb(177,208,191); }
H1.HeaderClassName
{
color: #B1D0BF;
}
.AnyTagClassName
{
color: #B1D0BF;
}
</style>
background-color css
<style>
a { background-color: #B1D0BF; }
a { background-color: rgb(177,208,191); }
div.DivClassName
{
background-color: #B1D0BF;
}
.BgClassName
{
background-color: #B1D0BF;
}
</style>
border-color css
<style>
span { border-color: #B1D0BF; }
span { border-color: rgb(177,208,191); }
td.TdClassName
{
border-color: #B1D0BF;
}
.TagClassName
{
border-color: #B1D0BF;
}
</style>