Shades of Nebula #B2CCBC
Tints of Nebula #B2CCBC
RGB
CMYK
RGB Variations
Color information
#B2CCBC (or 0xB2CCBC) is known color: Nebula. HEX triplet: B2, CC and BC. RGB value is (178,204,188). Sum of RGB (Red+Green+Blue) = 178+204+188=570 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.23% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CCBC is #4D3343. Grayscale: #C2C2C2. Windows color (decimal): -5059396 or 12373170. OLE color: 12373170.
HSL color Cylindrical-coordinate representation of color #B2CCBC: hue angle of 143.08º degrees, saturation: 0.2, 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 #B2CCBC is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 204 | 188 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.2 |
| HSL | 143.08º | 0.2% | 0.75% | - |
| HSV(B) | 143.08º | 0.13% | 0.8% | - |
| XYZ | 49.03 | 56.28 | 55.86 | - |
| YUV | 194.4 | 124.39 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 204 | 188 | 0.13 | 0 | 0.08 | 0.2 | 143.08 | 0.2 | 0.75 |
| Hex | B2 | CC | BC | D | 0 | 8 | 14 | 8F | 14 | 4B |
| Octal | 262 | 314 | 274 | 15 | 0 | 10 | 24 | 217 | 24 | 113 |
| Binary | 10110010 | 11001100 | 10111100 | 1101 | 0 | 1000 | 10100 | 10001111 | 10100 | 1001011 |
Color Harmonies of #B2CCBC
Complementary color
Monochromatic Colors of #B2CCBC
Black with #B2CCBC
Text Example
Text Example
White with #B2CCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CCBC; }
p { color: rgb(178,204,188); }
H1.HeaderClassName
{
color: #B2CCBC;
}
.AnyTagClassName
{
color: #B2CCBC;
}
</style>
background-color css
<style>
a { background-color: #B2CCBC; }
a { background-color: rgb(178,204,188); }
div.DivClassName
{
background-color: #B2CCBC;
}
.BgClassName
{
background-color: #B2CCBC;
}
</style>
border-color css
<style>
span { border-color: #B2CCBC; }
span { border-color: rgb(178,204,188); }
td.TdClassName
{
border-color: #B2CCBC;
}
.TagClassName
{
border-color: #B2CCBC;
}
</style>