Shades of Nebula #B2D1C0
Tints of Nebula #B2D1C0
RGB
CMYK
RGB Variations
Color information
#B2D1C0 (or 0xB2D1C0) is known color: Nebula. HEX triplet: B2, D1 and C0. RGB value is (178,209,192). Sum of RGB (Red+Green+Blue) = 178+209+192=579 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.74% from 579); Green value is 209 (82.03% from 255 or 36.10% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D1C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D1C0 is #4D2E3F. Grayscale: #C5C5C5. Windows color (decimal): -5058112 or 12636594. OLE color: 12636594.
HSL color Cylindrical-coordinate representation of color #B2D1C0: hue angle of 147.1º degrees, saturation: 0.25, 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 #B2D1C0 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 209 | 192 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.18 |
| HSL | 147.1º | 0.25% | 0.76% | - |
| HSV(B) | 147.1º | 0.15% | 0.82% | - |
| XYZ | 50.67 | 58.87 | 58.56 | - |
| YUV | 197.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 209 | 192 | 0.15 | 0 | 0.08 | 0.18 | 147.1 | 0.25 | 0.76 |
| Hex | B2 | D1 | C0 | F | 0 | 8 | 12 | 93 | 19 | 4C |
| Octal | 262 | 321 | 300 | 17 | 0 | 10 | 22 | 223 | 31 | 114 |
| Binary | 10110010 | 11010001 | 11000000 | 1111 | 0 | 1000 | 10010 | 10010011 | 11001 | 1001100 |
Color Harmonies of #B2D1C0
Complementary color
Monochromatic Colors of #B2D1C0
Black with #B2D1C0
Text Example
Text Example
White with #B2D1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D1C0; }
p { color: rgb(178,209,192); }
H1.HeaderClassName
{
color: #B2D1C0;
}
.AnyTagClassName
{
color: #B2D1C0;
}
</style>
background-color css
<style>
a { background-color: #B2D1C0; }
a { background-color: rgb(178,209,192); }
div.DivClassName
{
background-color: #B2D1C0;
}
.BgClassName
{
background-color: #B2D1C0;
}
</style>
border-color css
<style>
span { border-color: #B2D1C0; }
span { border-color: rgb(178,209,192); }
td.TdClassName
{
border-color: #B2D1C0;
}
.TagClassName
{
border-color: #B2D1C0;
}
</style>