Shades of Nebula #B1C8BA
Tints of Nebula #B1C8BA
RGB
CMYK
RGB Variations
Color information
#B1C8BA (or 0xB1C8BA) is known color: Nebula. HEX triplet: B1, C8 and BA. RGB value is (177,200,186). Sum of RGB (Red+Green+Blue) = 177+200+186=563 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.44% from 563); Green value is 200 (78.52% from 255 or 35.52% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 200 - color contains mainly: green. Hex color #B1C8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C8BA is #4E3745. Grayscale: #BFBFBF. Windows color (decimal): -5125958 or 12241073. OLE color: 12241073.
HSL color Cylindrical-coordinate representation of color #B1C8BA: hue angle of 143.48º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1C8BA is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 200 | 186 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.22 |
| HSL | 143.48º | 0.17% | 0.74% | - |
| HSV(B) | 143.48º | 0.12% | 0.78% | - |
| XYZ | 47.65 | 54.2 | 54.4 | - |
| YUV | 191.53 | 124.88 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 200 | 186 | 0.12 | 0 | 0.07 | 0.22 | 143.48 | 0.17 | 0.74 |
| Hex | B1 | C8 | BA | C | 0 | 7 | 16 | 8F | 11 | 4A |
| Octal | 261 | 310 | 272 | 14 | 0 | 7 | 26 | 217 | 21 | 112 |
| Binary | 10110001 | 11001000 | 10111010 | 1100 | 0 | 111 | 10110 | 10001111 | 10001 | 1001010 |
Color Harmonies of #B1C8BA
Complementary color
Monochromatic Colors of #B1C8BA
Black with #B1C8BA
Text Example
Text Example
White with #B1C8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C8BA; }
p { color: rgb(177,200,186); }
H1.HeaderClassName
{
color: #B1C8BA;
}
.AnyTagClassName
{
color: #B1C8BA;
}
</style>
background-color css
<style>
a { background-color: #B1C8BA; }
a { background-color: rgb(177,200,186); }
div.DivClassName
{
background-color: #B1C8BA;
}
.BgClassName
{
background-color: #B1C8BA;
}
</style>
border-color css
<style>
span { border-color: #B1C8BA; }
span { border-color: rgb(177,200,186); }
td.TdClassName
{
border-color: #B1C8BA;
}
.TagClassName
{
border-color: #B1C8BA;
}
</style>