Shades of Nebula #B2D6BE
Tints of Nebula #B2D6BE
RGB
CMYK
RGB Variations
Color information
#B2D6BE (or 0xB2D6BE) is known color: Nebula. HEX triplet: B2, D6 and BE. RGB value is (178,214,190). Sum of RGB (Red+Green+Blue) = 178+214+190=582 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.58% from 582); Green value is 214 (83.98% from 255 or 36.77% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D6BE is #4D2941. Grayscale: #C8C8C8. Windows color (decimal): -5056834 or 12506802. OLE color: 12506802.
HSL color Cylindrical-coordinate representation of color #B2D6BE: hue angle of 140º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B2D6BE is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 190 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.16 |
| HSL | 140º | 0.31% | 0.77% | - |
| HSV(B) | 140º | 0.17% | 0.84% | - |
| XYZ | 51.7 | 61.28 | 57.82 | - |
| YUV | 200.5 | 122.07 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 190 | 0.17 | 0 | 0.11 | 0.16 | 140 | 0.31 | 0.77 |
| Hex | B2 | D6 | BE | 11 | 0 | B | 10 | 8C | 1F | 4D |
| Octal | 262 | 326 | 276 | 21 | 0 | 13 | 20 | 214 | 37 | 115 |
| Binary | 10110010 | 11010110 | 10111110 | 10001 | 0 | 1011 | 10000 | 10001100 | 11111 | 1001101 |
Color Harmonies of #B2D6BE
Complementary color
Monochromatic Colors of #B2D6BE
Black with #B2D6BE
Text Example
Text Example
White with #B2D6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D6BE; }
p { color: rgb(178,214,190); }
H1.HeaderClassName
{
color: #B2D6BE;
}
.AnyTagClassName
{
color: #B2D6BE;
}
</style>
background-color css
<style>
a { background-color: #B2D6BE; }
a { background-color: rgb(178,214,190); }
div.DivClassName
{
background-color: #B2D6BE;
}
.BgClassName
{
background-color: #B2D6BE;
}
</style>
border-color css
<style>
span { border-color: #B2D6BE; }
span { border-color: rgb(178,214,190); }
td.TdClassName
{
border-color: #B2D6BE;
}
.TagClassName
{
border-color: #B2D6BE;
}
</style>