Shades of Nebula #B2D2BD
Tints of Nebula #B2D2BD
RGB
CMYK
RGB Variations
Color information
#B2D2BD (or 0xB2D2BD) is known color: Nebula. HEX triplet: B2, D2 and BD. RGB value is (178,210,189). Sum of RGB (Red+Green+Blue) = 178+210+189=577 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.85% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D2BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D2BD is #4D2D42. Grayscale: #C6C6C6. Windows color (decimal): -5057859 or 12440242. OLE color: 12440242.
HSL color Cylindrical-coordinate representation of color #B2D2BD: hue angle of 140.62º 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 #B2D2BD is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 210 | 189 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.18 |
| HSL | 140.63º | 0.26% | 0.76% | - |
| HSV(B) | 140.63º | 0.15% | 0.82% | - |
| XYZ | 50.59 | 59.23 | 56.91 | - |
| YUV | 198.04 | 122.9 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 210 | 189 | 0.15 | 0 | 0.10 | 0.18 | 140.63 | 0.26 | 0.76 |
| Hex | B2 | D2 | BD | F | 0 | A | 12 | 8D | 1A | 4C |
| Octal | 262 | 322 | 275 | 17 | 0 | 12 | 22 | 215 | 32 | 114 |
| Binary | 10110010 | 11010010 | 10111101 | 1111 | 0 | 1010 | 10010 | 10001101 | 11010 | 1001100 |
Color Harmonies of #B2D2BD
Complementary color
Monochromatic Colors of #B2D2BD
Black with #B2D2BD
Text Example
Text Example
White with #B2D2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D2BD; }
p { color: rgb(178,210,189); }
H1.HeaderClassName
{
color: #B2D2BD;
}
.AnyTagClassName
{
color: #B2D2BD;
}
</style>
background-color css
<style>
a { background-color: #B2D2BD; }
a { background-color: rgb(178,210,189); }
div.DivClassName
{
background-color: #B2D2BD;
}
.BgClassName
{
background-color: #B2D2BD;
}
</style>
border-color css
<style>
span { border-color: #B2D2BD; }
span { border-color: rgb(178,210,189); }
td.TdClassName
{
border-color: #B2D2BD;
}
.TagClassName
{
border-color: #B2D2BD;
}
</style>