Shades of Nebula #B2C8B9
Tints of Nebula #B2C8B9
RGB
CMYK
RGB Variations
Color information
#B2C8B9 (or 0xB2C8B9) is known color: Nebula. HEX triplet: B2, C8 and B9. RGB value is (178,200,185). Sum of RGB (Red+Green+Blue) = 178+200+185=563 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.62% from 563); Green value is 200 (78.52% from 255 or 35.52% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C8B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C8B9 is #4D3746. Grayscale: #BFBFBF. Windows color (decimal): -5060423 or 12175538. OLE color: 12175538.
HSL color Cylindrical-coordinate representation of color #B2C8B9: hue angle of 139.09º degrees, saturation: 0.17, 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 #B2C8B9 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 200 | 185 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.22 |
| HSL | 139.09º | 0.17% | 0.74% | - |
| HSV(B) | 139.09º | 0.11% | 0.78% | - |
| XYZ | 47.77 | 54.28 | 53.86 | - |
| YUV | 191.71 | 124.21 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 200 | 185 | 0.11 | 0 | 0.08 | 0.22 | 139.09 | 0.17 | 0.74 |
| Hex | B2 | C8 | B9 | B | 0 | 8 | 16 | 8B | 11 | 4A |
| Octal | 262 | 310 | 271 | 13 | 0 | 10 | 26 | 213 | 21 | 112 |
| Binary | 10110010 | 11001000 | 10111001 | 1011 | 0 | 1000 | 10110 | 10001011 | 10001 | 1001010 |
Color Harmonies of #B2C8B9
Complementary color
Monochromatic Colors of #B2C8B9
Black with #B2C8B9
Text Example
Text Example
White with #B2C8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C8B9; }
p { color: rgb(178,200,185); }
H1.HeaderClassName
{
color: #B2C8B9;
}
.AnyTagClassName
{
color: #B2C8B9;
}
</style>
background-color css
<style>
a { background-color: #B2C8B9; }
a { background-color: rgb(178,200,185); }
div.DivClassName
{
background-color: #B2C8B9;
}
.BgClassName
{
background-color: #B2C8B9;
}
</style>
border-color css
<style>
span { border-color: #B2C8B9; }
span { border-color: rgb(178,200,185); }
td.TdClassName
{
border-color: #B2C8B9;
}
.TagClassName
{
border-color: #B2C8B9;
}
</style>