Shades of Nebula #B1CDBA
Tints of Nebula #B1CDBA
RGB
CMYK
RGB Variations
Color information
#B1CDBA (or 0xB1CDBA) is known color: Nebula. HEX triplet: B1, CD and BA. RGB value is (177,205,186). Sum of RGB (Red+Green+Blue) = 177+205+186=568 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.16% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CDBA is #4E3245. Grayscale: #C2C2C2. Windows color (decimal): -5124678 or 12242353. OLE color: 12242353.
HSL color Cylindrical-coordinate representation of color #B1CDBA: hue angle of 139.29º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1CDBA is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 205 | 186 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.20 |
| HSL | 139.29º | 0.22% | 0.75% | - |
| HSV(B) | 139.29º | 0.14% | 0.8% | - |
| XYZ | 48.83 | 56.55 | 54.8 | - |
| YUV | 194.46 | 123.22 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 205 | 186 | 0.14 | 0 | 0.09 | 0.20 | 139.29 | 0.22 | 0.75 |
| Hex | B1 | CD | BA | E | 0 | 9 | 14 | 8B | 16 | 4B |
| Octal | 261 | 315 | 272 | 16 | 0 | 11 | 24 | 213 | 26 | 113 |
| Binary | 10110001 | 11001101 | 10111010 | 1110 | 0 | 1001 | 10100 | 10001011 | 10110 | 1001011 |
Color Harmonies of #B1CDBA
Complementary color
Monochromatic Colors of #B1CDBA
Black with #B1CDBA
Text Example
Text Example
White with #B1CDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CDBA; }
p { color: rgb(177,205,186); }
H1.HeaderClassName
{
color: #B1CDBA;
}
.AnyTagClassName
{
color: #B1CDBA;
}
</style>
background-color css
<style>
a { background-color: #B1CDBA; }
a { background-color: rgb(177,205,186); }
div.DivClassName
{
background-color: #B1CDBA;
}
.BgClassName
{
background-color: #B1CDBA;
}
</style>
border-color css
<style>
span { border-color: #B1CDBA; }
span { border-color: rgb(177,205,186); }
td.TdClassName
{
border-color: #B1CDBA;
}
.TagClassName
{
border-color: #B1CDBA;
}
</style>