Shades of Nebula #B1CEBB
Tints of Nebula #B1CEBB
RGB
CMYK
RGB Variations
Color information
#B1CEBB (or 0xB1CEBB) is known color: Nebula. HEX triplet: B1, CE and BB. RGB value is (177,206,187). Sum of RGB (Red+Green+Blue) = 177+206+187=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CEBB is #4E3144. Grayscale: #C3C3C3. Windows color (decimal): -5124421 or 12308145. OLE color: 12308145.
HSL color Cylindrical-coordinate representation of color #B1CEBB: hue angle of 140.69º degrees, saturation: 0.23, 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 #B1CEBB is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 206 | 187 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.19 |
| HSL | 140.69º | 0.23% | 0.75% | - |
| HSV(B) | 140.69º | 0.14% | 0.81% | - |
| XYZ | 49.17 | 57.08 | 55.44 | - |
| YUV | 195.16 | 123.39 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 206 | 187 | 0.14 | 0 | 0.09 | 0.19 | 140.69 | 0.23 | 0.75 |
| Hex | B1 | CE | BB | E | 0 | 9 | 13 | 8D | 17 | 4B |
| Octal | 261 | 316 | 273 | 16 | 0 | 11 | 23 | 215 | 27 | 113 |
| Binary | 10110001 | 11001110 | 10111011 | 1110 | 0 | 1001 | 10011 | 10001101 | 10111 | 1001011 |
Color Harmonies of #B1CEBB
Complementary color
Monochromatic Colors of #B1CEBB
Black with #B1CEBB
Text Example
Text Example
White with #B1CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CEBB; }
p { color: rgb(177,206,187); }
H1.HeaderClassName
{
color: #B1CEBB;
}
.AnyTagClassName
{
color: #B1CEBB;
}
</style>
background-color css
<style>
a { background-color: #B1CEBB; }
a { background-color: rgb(177,206,187); }
div.DivClassName
{
background-color: #B1CEBB;
}
.BgClassName
{
background-color: #B1CEBB;
}
</style>
border-color css
<style>
span { border-color: #B1CEBB; }
span { border-color: rgb(177,206,187); }
td.TdClassName
{
border-color: #B1CEBB;
}
.TagClassName
{
border-color: #B1CEBB;
}
</style>