Shades of Nebula #B0D2BF
Tints of Nebula #B0D2BF
RGB
CMYK
RGB Variations
Color information
#B0D2BF (or 0xB0D2BF) is known color: Nebula. HEX triplet: B0, D2 and BF. RGB value is (176,210,191). Sum of RGB (Red+Green+Blue) = 176+210+191=577 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.50% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D2BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D2BF is #4F2D40. Grayscale: #C5C5C5. Windows color (decimal): -5188929 or 12571312. OLE color: 12571312.
HSL color Cylindrical-coordinate representation of color #B0D2BF: hue angle of 146.47º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0D2BF is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 210 | 191 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.18 |
| HSL | 146.47º | 0.27% | 0.76% | - |
| HSV(B) | 146.47º | 0.16% | 0.82% | - |
| XYZ | 50.36 | 59.08 | 58.04 | - |
| YUV | 197.67 | 124.24 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 210 | 191 | 0.16 | 0 | 0.09 | 0.18 | 146.47 | 0.27 | 0.76 |
| Hex | B0 | D2 | BF | 10 | 0 | 9 | 12 | 92 | 1B | 4C |
| Octal | 260 | 322 | 277 | 20 | 0 | 11 | 22 | 222 | 33 | 114 |
| Binary | 10110000 | 11010010 | 10111111 | 10000 | 0 | 1001 | 10010 | 10010010 | 11011 | 1001100 |
Color Harmonies of #B0D2BF
Complementary color
Monochromatic Colors of #B0D2BF
Black with #B0D2BF
Text Example
Text Example
White with #B0D2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D2BF; }
p { color: rgb(176,210,191); }
H1.HeaderClassName
{
color: #B0D2BF;
}
.AnyTagClassName
{
color: #B0D2BF;
}
</style>
background-color css
<style>
a { background-color: #B0D2BF; }
a { background-color: rgb(176,210,191); }
div.DivClassName
{
background-color: #B0D2BF;
}
.BgClassName
{
background-color: #B0D2BF;
}
</style>
border-color css
<style>
span { border-color: #B0D2BF; }
span { border-color: rgb(176,210,191); }
td.TdClassName
{
border-color: #B0D2BF;
}
.TagClassName
{
border-color: #B0D2BF;
}
</style>