Shades of Nebula #B2CDBC
Tints of Nebula #B2CDBC
RGB
CMYK
RGB Variations
Color information
#B2CDBC (or 0xB2CDBC) is known color: Nebula. HEX triplet: B2, CD and BC. RGB value is (178,205,188). Sum of RGB (Red+Green+Blue) = 178+205+188=571 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.17% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 188 (73.83% from 255 or 32.92% from 571); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CDBC is #4D3243. Grayscale: #C3C3C3. Windows color (decimal): -5059140 or 12373426. OLE color: 12373426.
HSL color Cylindrical-coordinate representation of color #B2CDBC: hue angle of 142.22º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2CDBC is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 205 | 188 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.20 |
| HSL | 142.22º | 0.21% | 0.75% | - |
| HSV(B) | 142.22º | 0.13% | 0.8% | - |
| XYZ | 49.27 | 56.76 | 55.94 | - |
| YUV | 194.99 | 124.05 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 205 | 188 | 0.13 | 0 | 0.08 | 0.20 | 142.22 | 0.21 | 0.75 |
| Hex | B2 | CD | BC | D | 0 | 8 | 14 | 8E | 15 | 4B |
| Octal | 262 | 315 | 274 | 15 | 0 | 10 | 24 | 216 | 25 | 113 |
| Binary | 10110010 | 11001101 | 10111100 | 1101 | 0 | 1000 | 10100 | 10001110 | 10101 | 1001011 |
Color Harmonies of #B2CDBC
Complementary color
Monochromatic Colors of #B2CDBC
Black with #B2CDBC
Text Example
Text Example
White with #B2CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CDBC; }
p { color: rgb(178,205,188); }
H1.HeaderClassName
{
color: #B2CDBC;
}
.AnyTagClassName
{
color: #B2CDBC;
}
</style>
background-color css
<style>
a { background-color: #B2CDBC; }
a { background-color: rgb(178,205,188); }
div.DivClassName
{
background-color: #B2CDBC;
}
.BgClassName
{
background-color: #B2CDBC;
}
</style>
border-color css
<style>
span { border-color: #B2CDBC; }
span { border-color: rgb(178,205,188); }
td.TdClassName
{
border-color: #B2CDBC;
}
.TagClassName
{
border-color: #B2CDBC;
}
</style>