Shades of Nebula #B0D5BF
Tints of Nebula #B0D5BF
RGB
CMYK
RGB Variations
Color information
#B0D5BF (or 0xB0D5BF) is known color: Nebula. HEX triplet: B0, D5 and BF. RGB value is (176,213,191). Sum of RGB (Red+Green+Blue) = 176+213+191=580 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.34% from 580); Green value is 213 (83.59% from 255 or 36.72% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D5BF is #4F2A40. Grayscale: #C7C7C7. Windows color (decimal): -5188161 or 12572080. OLE color: 12572080.
HSL color Cylindrical-coordinate representation of color #B0D5BF: hue angle of 144.32º degrees, saturation: 0.31, 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 #B0D5BF is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 213 | 191 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.16 |
| HSL | 144.32º | 0.31% | 0.76% | - |
| HSV(B) | 144.32º | 0.17% | 0.84% | - |
| XYZ | 51.1 | 60.58 | 58.29 | - |
| YUV | 199.43 | 123.24 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 213 | 191 | 0.17 | 0 | 0.10 | 0.16 | 144.32 | 0.31 | 0.76 |
| Hex | B0 | D5 | BF | 11 | 0 | A | 10 | 90 | 1F | 4C |
| Octal | 260 | 325 | 277 | 21 | 0 | 12 | 20 | 220 | 37 | 114 |
| Binary | 10110000 | 11010101 | 10111111 | 10001 | 0 | 1010 | 10000 | 10010000 | 11111 | 1001100 |
Color Harmonies of #B0D5BF
Complementary color
Monochromatic Colors of #B0D5BF
Black with #B0D5BF
Text Example
Text Example
White with #B0D5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D5BF; }
p { color: rgb(176,213,191); }
H1.HeaderClassName
{
color: #B0D5BF;
}
.AnyTagClassName
{
color: #B0D5BF;
}
</style>
background-color css
<style>
a { background-color: #B0D5BF; }
a { background-color: rgb(176,213,191); }
div.DivClassName
{
background-color: #B0D5BF;
}
.BgClassName
{
background-color: #B0D5BF;
}
</style>
border-color css
<style>
span { border-color: #B0D5BF; }
span { border-color: rgb(176,213,191); }
td.TdClassName
{
border-color: #B0D5BF;
}
.TagClassName
{
border-color: #B0D5BF;
}
</style>