Shades of Nebula #B1CFBB
Tints of Nebula #B1CFBB
RGB
CMYK
RGB Variations
Color information
#B1CFBB (or 0xB1CFBB) is known color: Nebula. HEX triplet: B1, CF and BB. RGB value is (177,207,187). Sum of RGB (Red+Green+Blue) = 177+207+187=571 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.00% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CFBB is #4E3044. Grayscale: #C3C3C3. Windows color (decimal): -5124165 or 12308401. OLE color: 12308401.
HSL color Cylindrical-coordinate representation of color #B1CFBB: hue angle of 140º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1CFBB is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 207 | 187 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.19 |
| HSL | 140º | 0.24% | 0.75% | - |
| HSV(B) | 140º | 0.14% | 0.81% | - |
| XYZ | 49.41 | 57.56 | 55.52 | - |
| YUV | 195.75 | 123.06 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 207 | 187 | 0.14 | 0 | 0.10 | 0.19 | 140 | 0.24 | 0.75 |
| Hex | B1 | CF | BB | E | 0 | A | 13 | 8C | 18 | 4B |
| Octal | 261 | 317 | 273 | 16 | 0 | 12 | 23 | 214 | 30 | 113 |
| Binary | 10110001 | 11001111 | 10111011 | 1110 | 0 | 1010 | 10011 | 10001100 | 11000 | 1001011 |
Color Harmonies of #B1CFBB
Complementary color
Monochromatic Colors of #B1CFBB
Black with #B1CFBB
Text Example
Text Example
White with #B1CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CFBB; }
p { color: rgb(177,207,187); }
H1.HeaderClassName
{
color: #B1CFBB;
}
.AnyTagClassName
{
color: #B1CFBB;
}
</style>
background-color css
<style>
a { background-color: #B1CFBB; }
a { background-color: rgb(177,207,187); }
div.DivClassName
{
background-color: #B1CFBB;
}
.BgClassName
{
background-color: #B1CFBB;
}
</style>
border-color css
<style>
span { border-color: #B1CFBB; }
span { border-color: rgb(177,207,187); }
td.TdClassName
{
border-color: #B1CFBB;
}
.TagClassName
{
border-color: #B1CFBB;
}
</style>