Shades of Nebula #B1CBBB
Tints of Nebula #B1CBBB
RGB
CMYK
RGB Variations
Color information
#B1CBBB (or 0xB1CBBB) is known color: Nebula. HEX triplet: B1, CB and BB. RGB value is (177,203,187). Sum of RGB (Red+Green+Blue) = 177+203+187=567 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.22% from 567); Green value is 203 (79.69% from 255 or 35.80% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 203 - color contains mainly: green. Hex color #B1CBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CBBB is #4E3444. Grayscale: #C1C1C1. Windows color (decimal): -5125189 or 12307377. OLE color: 12307377.
HSL color Cylindrical-coordinate representation of color #B1CBBB: hue angle of 143.08º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B1CBBB is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 203 | 187 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.20 |
| HSL | 143.08º | 0.2% | 0.75% | - |
| HSV(B) | 143.08º | 0.13% | 0.8% | - |
| XYZ | 48.46 | 55.65 | 55.2 | - |
| YUV | 193.4 | 124.39 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 203 | 187 | 0.13 | 0 | 0.08 | 0.20 | 143.08 | 0.2 | 0.75 |
| Hex | B1 | CB | BB | D | 0 | 8 | 14 | 8F | 14 | 4B |
| Octal | 261 | 313 | 273 | 15 | 0 | 10 | 24 | 217 | 24 | 113 |
| Binary | 10110001 | 11001011 | 10111011 | 1101 | 0 | 1000 | 10100 | 10001111 | 10100 | 1001011 |
Color Harmonies of #B1CBBB
Complementary color
Monochromatic Colors of #B1CBBB
Black with #B1CBBB
Text Example
Text Example
White with #B1CBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CBBB; }
p { color: rgb(177,203,187); }
H1.HeaderClassName
{
color: #B1CBBB;
}
.AnyTagClassName
{
color: #B1CBBB;
}
</style>
background-color css
<style>
a { background-color: #B1CBBB; }
a { background-color: rgb(177,203,187); }
div.DivClassName
{
background-color: #B1CBBB;
}
.BgClassName
{
background-color: #B1CBBB;
}
</style>
border-color css
<style>
span { border-color: #B1CBBB; }
span { border-color: rgb(177,203,187); }
td.TdClassName
{
border-color: #B1CBBB;
}
.TagClassName
{
border-color: #B1CBBB;
}
</style>