Shades of Nebula #B0CDBC
Tints of Nebula #B0CDBC
RGB
CMYK
RGB Variations
Color information
#B0CDBC (or 0xB0CDBC) is known color: Nebula. HEX triplet: B0, CD and BC. RGB value is (176,205,188). Sum of RGB (Red+Green+Blue) = 176+205+188=569 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.93% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 188 (73.83% from 255 or 33.04% from 569); Max value from RGB is 205 - color contains mainly: green. Hex color #B0CDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CDBC is #4F3243. Grayscale: #C2C2C2. Windows color (decimal): -5190212 or 12373424. OLE color: 12373424.
HSL color Cylindrical-coordinate representation of color #B0CDBC: hue angle of 144.83º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0CDBC is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 205 | 188 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.20 |
| HSL | 144.83º | 0.22% | 0.75% | - |
| HSV(B) | 144.83º | 0.14% | 0.8% | - |
| XYZ | 48.81 | 56.52 | 55.91 | - |
| YUV | 194.39 | 124.39 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 205 | 188 | 0.14 | 0 | 0.08 | 0.20 | 144.83 | 0.22 | 0.75 |
| Hex | B0 | CD | BC | E | 0 | 8 | 14 | 91 | 16 | 4B |
| Octal | 260 | 315 | 274 | 16 | 0 | 10 | 24 | 221 | 26 | 113 |
| Binary | 10110000 | 11001101 | 10111100 | 1110 | 0 | 1000 | 10100 | 10010001 | 10110 | 1001011 |
Color Harmonies of #B0CDBC
Complementary color
Monochromatic Colors of #B0CDBC
Black with #B0CDBC
Text Example
Text Example
White with #B0CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CDBC; }
p { color: rgb(176,205,188); }
H1.HeaderClassName
{
color: #B0CDBC;
}
.AnyTagClassName
{
color: #B0CDBC;
}
</style>
background-color css
<style>
a { background-color: #B0CDBC; }
a { background-color: rgb(176,205,188); }
div.DivClassName
{
background-color: #B0CDBC;
}
.BgClassName
{
background-color: #B0CDBC;
}
</style>
border-color css
<style>
span { border-color: #B0CDBC; }
span { border-color: rgb(176,205,188); }
td.TdClassName
{
border-color: #B0CDBC;
}
.TagClassName
{
border-color: #B0CDBC;
}
</style>