Shades of Nebula #B2D2BE
Tints of Nebula #B2D2BE
RGB
CMYK
RGB Variations
Color information
#B2D2BE (or 0xB2D2BE) is known color: Nebula. HEX triplet: B2, D2 and BE. RGB value is (178,210,190). Sum of RGB (Red+Green+Blue) = 178+210+190=578 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.80% from 578); Green value is 210 (82.42% from 255 or 36.33% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D2BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D2BE is #4D2D41. Grayscale: #C6C6C6. Windows color (decimal): -5057858 or 12505778. OLE color: 12505778.
HSL color Cylindrical-coordinate representation of color #B2D2BE: hue angle of 142.5º degrees, saturation: 0.26, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B2D2BE is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 210 | 190 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.18 |
| HSL | 142.5º | 0.26% | 0.76% | - |
| HSV(B) | 142.5º | 0.15% | 0.82% | - |
| XYZ | 50.7 | 59.28 | 57.48 | - |
| YUV | 198.15 | 123.4 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 210 | 190 | 0.15 | 0 | 0.10 | 0.18 | 142.5 | 0.26 | 0.76 |
| Hex | B2 | D2 | BE | F | 0 | A | 12 | 8E | 1A | 4C |
| Octal | 262 | 322 | 276 | 17 | 0 | 12 | 22 | 216 | 32 | 114 |
| Binary | 10110010 | 11010010 | 10111110 | 1111 | 0 | 1010 | 10010 | 10001110 | 11010 | 1001100 |
Color Harmonies of #B2D2BE
Complementary color
Monochromatic Colors of #B2D2BE
Black with #B2D2BE
Text Example
Text Example
White with #B2D2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D2BE; }
p { color: rgb(178,210,190); }
H1.HeaderClassName
{
color: #B2D2BE;
}
.AnyTagClassName
{
color: #B2D2BE;
}
</style>
background-color css
<style>
a { background-color: #B2D2BE; }
a { background-color: rgb(178,210,190); }
div.DivClassName
{
background-color: #B2D2BE;
}
.BgClassName
{
background-color: #B2D2BE;
}
</style>
border-color css
<style>
span { border-color: #B2D2BE; }
span { border-color: rgb(178,210,190); }
td.TdClassName
{
border-color: #B2D2BE;
}
.TagClassName
{
border-color: #B2D2BE;
}
</style>