Shades of Nebula #B1D1C1
Tints of Nebula #B1D1C1
RGB
CMYK
RGB Variations
Color information
#B1D1C1 (or 0xB1D1C1) is known color: Nebula. HEX triplet: B1, D1 and C1. RGB value is (177,209,193). Sum of RGB (Red+Green+Blue) = 177+209+193=579 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.57% from 579); Green value is 209 (82.03% from 255 or 36.10% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 209 - color contains mainly: green. Hex color #B1D1C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D1C1 is #4E2E3E. Grayscale: #C5C5C5. Windows color (decimal): -5123647 or 12702129. OLE color: 12702129.
HSL color Cylindrical-coordinate representation of color #B1D1C1: hue angle of 150º degrees, saturation: 0.26, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B1D1C1 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 209 | 193 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.18 |
| HSL | 150º | 0.26% | 0.76% | - |
| HSV(B) | 150º | 0.15% | 0.82% | - |
| XYZ | 50.56 | 58.8 | 59.14 | - |
| YUV | 197.61 | 125.4 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 209 | 193 | 0.15 | 0 | 0.08 | 0.18 | 150 | 0.26 | 0.76 |
| Hex | B1 | D1 | C1 | F | 0 | 8 | 12 | 96 | 1A | 4C |
| Octal | 261 | 321 | 301 | 17 | 0 | 10 | 22 | 226 | 32 | 114 |
| Binary | 10110001 | 11010001 | 11000001 | 1111 | 0 | 1000 | 10010 | 10010110 | 11010 | 1001100 |
Color Harmonies of #B1D1C1
Complementary color
Monochromatic Colors of #B1D1C1
Black with #B1D1C1
Text Example
Text Example
White with #B1D1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D1C1; }
p { color: rgb(177,209,193); }
H1.HeaderClassName
{
color: #B1D1C1;
}
.AnyTagClassName
{
color: #B1D1C1;
}
</style>
background-color css
<style>
a { background-color: #B1D1C1; }
a { background-color: rgb(177,209,193); }
div.DivClassName
{
background-color: #B1D1C1;
}
.BgClassName
{
background-color: #B1D1C1;
}
</style>
border-color css
<style>
span { border-color: #B1D1C1; }
span { border-color: rgb(177,209,193); }
td.TdClassName
{
border-color: #B1D1C1;
}
.TagClassName
{
border-color: #B1D1C1;
}
</style>