Shades of Nebula #B1CFBD
Tints of Nebula #B1CFBD
RGB
CMYK
RGB Variations
Color information
#B1CFBD (or 0xB1CFBD) is known color: Nebula. HEX triplet: B1, CF and BD. RGB value is (177,207,189). Sum of RGB (Red+Green+Blue) = 177+207+189=573 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.89% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CFBD is #4E3042. Grayscale: #C4C4C4. Windows color (decimal): -5124163 or 12439473. OLE color: 12439473.
HSL color Cylindrical-coordinate representation of color #B1CFBD: hue angle of 144º 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 #B1CFBD is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 207 | 189 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.19 |
| HSL | 144º | 0.24% | 0.75% | - |
| HSV(B) | 144º | 0.14% | 0.81% | - |
| XYZ | 49.63 | 57.65 | 56.66 | - |
| YUV | 195.98 | 124.06 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 207 | 189 | 0.14 | 0 | 0.09 | 0.19 | 144 | 0.24 | 0.75 |
| Hex | B1 | CF | BD | E | 0 | 9 | 13 | 90 | 18 | 4B |
| Octal | 261 | 317 | 275 | 16 | 0 | 11 | 23 | 220 | 30 | 113 |
| Binary | 10110001 | 11001111 | 10111101 | 1110 | 0 | 1001 | 10011 | 10010000 | 11000 | 1001011 |
Color Harmonies of #B1CFBD
Complementary color
Monochromatic Colors of #B1CFBD
Black with #B1CFBD
Text Example
Text Example
White with #B1CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CFBD; }
p { color: rgb(177,207,189); }
H1.HeaderClassName
{
color: #B1CFBD;
}
.AnyTagClassName
{
color: #B1CFBD;
}
</style>
background-color css
<style>
a { background-color: #B1CFBD; }
a { background-color: rgb(177,207,189); }
div.DivClassName
{
background-color: #B1CFBD;
}
.BgClassName
{
background-color: #B1CFBD;
}
</style>
border-color css
<style>
span { border-color: #B1CFBD; }
span { border-color: rgb(177,207,189); }
td.TdClassName
{
border-color: #B1CFBD;
}
.TagClassName
{
border-color: #B1CFBD;
}
</style>