Shades of Nebula #B0D2C1
Tints of Nebula #B0D2C1
RGB
CMYK
RGB Variations
Color information
#B0D2C1 (or 0xB0D2C1) is known color: Nebula. HEX triplet: B0, D2 and C1. RGB value is (176,210,193). Sum of RGB (Red+Green+Blue) = 176+210+193=579 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.40% from 579); Green value is 210 (82.42% from 255 or 36.27% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D2C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D2C1 is #4F2D3E. Grayscale: #C5C5C5. Windows color (decimal): -5188927 or 12702384. OLE color: 12702384.
HSL color Cylindrical-coordinate representation of color #B0D2C1: hue angle of 150º 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 #B0D2C1 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 210 | 193 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.18 |
| HSL | 150º | 0.27% | 0.76% | - |
| HSV(B) | 150º | 0.16% | 0.82% | - |
| XYZ | 50.58 | 59.17 | 59.21 | - |
| YUV | 197.9 | 125.24 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 210 | 193 | 0.16 | 0 | 0.08 | 0.18 | 150 | 0.27 | 0.76 |
| Hex | B0 | D2 | C1 | 10 | 0 | 8 | 12 | 96 | 1B | 4C |
| Octal | 260 | 322 | 301 | 20 | 0 | 10 | 22 | 226 | 33 | 114 |
| Binary | 10110000 | 11010010 | 11000001 | 10000 | 0 | 1000 | 10010 | 10010110 | 11011 | 1001100 |
Color Harmonies of #B0D2C1
Complementary color
Monochromatic Colors of #B0D2C1
Black with #B0D2C1
Text Example
Text Example
White with #B0D2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D2C1; }
p { color: rgb(176,210,193); }
H1.HeaderClassName
{
color: #B0D2C1;
}
.AnyTagClassName
{
color: #B0D2C1;
}
</style>
background-color css
<style>
a { background-color: #B0D2C1; }
a { background-color: rgb(176,210,193); }
div.DivClassName
{
background-color: #B0D2C1;
}
.BgClassName
{
background-color: #B0D2C1;
}
</style>
border-color css
<style>
span { border-color: #B0D2C1; }
span { border-color: rgb(176,210,193); }
td.TdClassName
{
border-color: #B0D2C1;
}
.TagClassName
{
border-color: #B0D2C1;
}
</style>