Shades of Nebula #B0D2C0
Tints of Nebula #B0D2C0
RGB
CMYK
RGB Variations
Color information
#B0D2C0 (or 0xB0D2C0) is known color: Nebula. HEX triplet: B0, D2 and C0. RGB value is (176,210,192). Sum of RGB (Red+Green+Blue) = 176+210+192=578 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.45% from 578); Green value is 210 (82.42% from 255 or 36.33% from 578); Blue value is 192 (75.39% from 255 or 33.22% from 578); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D2C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D2C0 is #4F2D3F. Grayscale: #C5C5C5. Windows color (decimal): -5188928 or 12636848. OLE color: 12636848.
HSL color Cylindrical-coordinate representation of color #B0D2C0: hue angle of 148.24º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0D2C0 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 210 | 192 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.18 |
| HSL | 148.24º | 0.27% | 0.76% | - |
| HSV(B) | 148.24º | 0.16% | 0.82% | - |
| XYZ | 50.47 | 59.13 | 58.62 | - |
| YUV | 197.78 | 124.74 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 210 | 192 | 0.16 | 0 | 0.09 | 0.18 | 148.24 | 0.27 | 0.76 |
| Hex | B0 | D2 | C0 | 10 | 0 | 9 | 12 | 94 | 1B | 4C |
| Octal | 260 | 322 | 300 | 20 | 0 | 11 | 22 | 224 | 33 | 114 |
| Binary | 10110000 | 11010010 | 11000000 | 10000 | 0 | 1001 | 10010 | 10010100 | 11011 | 1001100 |
Color Harmonies of #B0D2C0
Complementary color
Monochromatic Colors of #B0D2C0
Black with #B0D2C0
Text Example
Text Example
White with #B0D2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D2C0; }
p { color: rgb(176,210,192); }
H1.HeaderClassName
{
color: #B0D2C0;
}
.AnyTagClassName
{
color: #B0D2C0;
}
</style>
background-color css
<style>
a { background-color: #B0D2C0; }
a { background-color: rgb(176,210,192); }
div.DivClassName
{
background-color: #B0D2C0;
}
.BgClassName
{
background-color: #B0D2C0;
}
</style>
border-color css
<style>
span { border-color: #B0D2C0; }
span { border-color: rgb(176,210,192); }
td.TdClassName
{
border-color: #B0D2C0;
}
.TagClassName
{
border-color: #B0D2C0;
}
</style>