Shades of Nebula #B2D0BC
Tints of Nebula #B2D0BC
RGB
CMYK
RGB Variations
Color information
#B2D0BC (or 0xB2D0BC) is known color: Nebula. HEX triplet: B2, D0 and BC. RGB value is (178,208,188). Sum of RGB (Red+Green+Blue) = 178+208+188=574 (76% of max value = 765). Red value is 178 (69.92% from 255 or 31.01% from 574); Green value is 208 (81.64% from 255 or 36.24% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D0BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D0BC is #4D2F43. Grayscale: #C4C4C4. Windows color (decimal): -5058372 or 12374194. OLE color: 12374194.
HSL color Cylindrical-coordinate representation of color #B2D0BC: hue angle of 140º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2D0BC is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 208 | 188 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.18 |
| HSL | 140º | 0.24% | 0.76% | - |
| HSV(B) | 140º | 0.14% | 0.82% | - |
| XYZ | 49.99 | 58.21 | 56.18 | - |
| YUV | 196.75 | 123.06 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 208 | 188 | 0.14 | 0 | 0.10 | 0.18 | 140 | 0.24 | 0.76 |
| Hex | B2 | D0 | BC | E | 0 | A | 12 | 8C | 18 | 4C |
| Octal | 262 | 320 | 274 | 16 | 0 | 12 | 22 | 214 | 30 | 114 |
| Binary | 10110010 | 11010000 | 10111100 | 1110 | 0 | 1010 | 10010 | 10001100 | 11000 | 1001100 |
Color Harmonies of #B2D0BC
Complementary color
Monochromatic Colors of #B2D0BC
Black with #B2D0BC
Text Example
Text Example
White with #B2D0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D0BC; }
p { color: rgb(178,208,188); }
H1.HeaderClassName
{
color: #B2D0BC;
}
.AnyTagClassName
{
color: #B2D0BC;
}
</style>
background-color css
<style>
a { background-color: #B2D0BC; }
a { background-color: rgb(178,208,188); }
div.DivClassName
{
background-color: #B2D0BC;
}
.BgClassName
{
background-color: #B2D0BC;
}
</style>
border-color css
<style>
span { border-color: #B2D0BC; }
span { border-color: rgb(178,208,188); }
td.TdClassName
{
border-color: #B2D0BC;
}
.TagClassName
{
border-color: #B2D0BC;
}
</style>