Shades of Nebula #B2C7BC
Tints of Nebula #B2C7BC
RGB
CMYK
RGB Variations
Color information
#B2C7BC (or 0xB2C7BC) is known color: Nebula. HEX triplet: B2, C7 and BC. RGB value is (178,199,188). Sum of RGB (Red+Green+Blue) = 178+199+188=565 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.50% from 565); Green value is 199 (78.12% from 255 or 35.22% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 199 - color contains mainly: green. Hex color #B2C7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C7BC is #4D3843. Grayscale: #BFBFBF. Windows color (decimal): -5060676 or 12371890. OLE color: 12371890.
HSL color Cylindrical-coordinate representation of color #B2C7BC: hue angle of 148.57º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2C7BC is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 199 | 188 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.22 |
| HSL | 148.57º | 0.16% | 0.74% | - |
| HSV(B) | 148.57º | 0.11% | 0.78% | - |
| XYZ | 47.86 | 53.94 | 55.47 | - |
| YUV | 191.47 | 126.04 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 199 | 188 | 0.11 | 0 | 0.06 | 0.22 | 148.57 | 0.16 | 0.74 |
| Hex | B2 | C7 | BC | B | 0 | 6 | 16 | 95 | 10 | 4A |
| Octal | 262 | 307 | 274 | 13 | 0 | 6 | 26 | 225 | 20 | 112 |
| Binary | 10110010 | 11000111 | 10111100 | 1011 | 0 | 110 | 10110 | 10010101 | 10000 | 1001010 |
Color Harmonies of #B2C7BC
Complementary color
Monochromatic Colors of #B2C7BC
Black with #B2C7BC
Text Example
Text Example
White with #B2C7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C7BC; }
p { color: rgb(178,199,188); }
H1.HeaderClassName
{
color: #B2C7BC;
}
.AnyTagClassName
{
color: #B2C7BC;
}
</style>
background-color css
<style>
a { background-color: #B2C7BC; }
a { background-color: rgb(178,199,188); }
div.DivClassName
{
background-color: #B2C7BC;
}
.BgClassName
{
background-color: #B2C7BC;
}
</style>
border-color css
<style>
span { border-color: #B2C7BC; }
span { border-color: rgb(178,199,188); }
td.TdClassName
{
border-color: #B2C7BC;
}
.TagClassName
{
border-color: #B2C7BC;
}
</style>