Shades of Nebula #B1CFBC
Tints of Nebula #B1CFBC
RGB
CMYK
RGB Variations
Color information
#B1CFBC (or 0xB1CFBC) is known color: Nebula. HEX triplet: B1, CF and BC. RGB value is (177,207,188). Sum of RGB (Red+Green+Blue) = 177+207+188=572 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.94% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 188 (73.83% from 255 or 32.87% from 572); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CFBC is #4E3043. Grayscale: #C3C3C3. Windows color (decimal): -5124164 or 12373937. OLE color: 12373937.
HSL color Cylindrical-coordinate representation of color #B1CFBC: hue angle of 142º 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 #B1CFBC is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 207 | 188 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.19 |
| HSL | 142º | 0.24% | 0.75% | - |
| HSV(B) | 142º | 0.14% | 0.81% | - |
| XYZ | 49.52 | 57.6 | 56.09 | - |
| YUV | 195.86 | 123.56 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 207 | 188 | 0.14 | 0 | 0.09 | 0.19 | 142 | 0.24 | 0.75 |
| Hex | B1 | CF | BC | E | 0 | 9 | 13 | 8E | 18 | 4B |
| Octal | 261 | 317 | 274 | 16 | 0 | 11 | 23 | 216 | 30 | 113 |
| Binary | 10110001 | 11001111 | 10111100 | 1110 | 0 | 1001 | 10011 | 10001110 | 11000 | 1001011 |
Color Harmonies of #B1CFBC
Complementary color
Monochromatic Colors of #B1CFBC
Black with #B1CFBC
Text Example
Text Example
White with #B1CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CFBC; }
p { color: rgb(177,207,188); }
H1.HeaderClassName
{
color: #B1CFBC;
}
.AnyTagClassName
{
color: #B1CFBC;
}
</style>
background-color css
<style>
a { background-color: #B1CFBC; }
a { background-color: rgb(177,207,188); }
div.DivClassName
{
background-color: #B1CFBC;
}
.BgClassName
{
background-color: #B1CFBC;
}
</style>
border-color css
<style>
span { border-color: #B1CFBC; }
span { border-color: rgb(177,207,188); }
td.TdClassName
{
border-color: #B1CFBC;
}
.TagClassName
{
border-color: #B1CFBC;
}
</style>