Shades of Nebula #B1CBBC
Tints of Nebula #B1CBBC
RGB
CMYK
RGB Variations
Color information
#B1CBBC (or 0xB1CBBC) is known color: Nebula. HEX triplet: B1, CB and BC. RGB value is (177,203,188). Sum of RGB (Red+Green+Blue) = 177+203+188=568 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.16% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 203 - color contains mainly: green. Hex color #B1CBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CBBC is #4E3443. Grayscale: #C1C1C1. Windows color (decimal): -5125188 or 12372913. OLE color: 12372913.
HSL color Cylindrical-coordinate representation of color #B1CBBC: hue angle of 145.38º 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 #B1CBBC is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 203 | 188 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.20 |
| HSL | 145.38º | 0.2% | 0.75% | - |
| HSV(B) | 145.38º | 0.13% | 0.8% | - |
| XYZ | 48.56 | 55.69 | 55.77 | - |
| YUV | 193.52 | 124.89 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 203 | 188 | 0.13 | 0 | 0.07 | 0.20 | 145.38 | 0.2 | 0.75 |
| Hex | B1 | CB | BC | D | 0 | 7 | 14 | 91 | 14 | 4B |
| Octal | 261 | 313 | 274 | 15 | 0 | 7 | 24 | 221 | 24 | 113 |
| Binary | 10110001 | 11001011 | 10111100 | 1101 | 0 | 111 | 10100 | 10010001 | 10100 | 1001011 |
Color Harmonies of #B1CBBC
Complementary color
Monochromatic Colors of #B1CBBC
Black with #B1CBBC
Text Example
Text Example
White with #B1CBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CBBC; }
p { color: rgb(177,203,188); }
H1.HeaderClassName
{
color: #B1CBBC;
}
.AnyTagClassName
{
color: #B1CBBC;
}
</style>
background-color css
<style>
a { background-color: #B1CBBC; }
a { background-color: rgb(177,203,188); }
div.DivClassName
{
background-color: #B1CBBC;
}
.BgClassName
{
background-color: #B1CBBC;
}
</style>
border-color css
<style>
span { border-color: #B1CBBC; }
span { border-color: rgb(177,203,188); }
td.TdClassName
{
border-color: #B1CBBC;
}
.TagClassName
{
border-color: #B1CBBC;
}
</style>