Shades of Nebula #B1D4BD
Tints of Nebula #B1D4BD
RGB
CMYK
RGB Variations
Color information
#B1D4BD (or 0xB1D4BD) is known color: Nebula. HEX triplet: B1, D4 and BD. RGB value is (177,212,189). Sum of RGB (Red+Green+Blue) = 177+212+189=578 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.62% from 578); Green value is 212 (83.20% from 255 or 36.68% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 212 - color contains mainly: green. Hex color #B1D4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D4BD is #4E2B42. Grayscale: #C6C6C6. Windows color (decimal): -5122883 or 12440753. OLE color: 12440753.
HSL color Cylindrical-coordinate representation of color #B1D4BD: hue angle of 140.57º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B1D4BD is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 177 | 212 | 189 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.17 |
| HSL | 140.57º | 0.29% | 0.76% | - |
| HSV(B) | 140.57º | 0.17% | 0.83% | - |
| XYZ | 50.86 | 60.11 | 57.07 | - |
| YUV | 198.91 | 122.4 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 212 | 189 | 0.17 | 0 | 0.11 | 0.17 | 140.57 | 0.29 | 0.76 |
| Hex | B1 | D4 | BD | 11 | 0 | B | 11 | 8D | 1D | 4C |
| Octal | 261 | 324 | 275 | 21 | 0 | 13 | 21 | 215 | 35 | 114 |
| Binary | 10110001 | 11010100 | 10111101 | 10001 | 0 | 1011 | 10001 | 10001101 | 11101 | 1001100 |
Color Harmonies of #B1D4BD
Complementary color
Monochromatic Colors of #B1D4BD
Black with #B1D4BD
Text Example
Text Example
White with #B1D4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D4BD; }
p { color: rgb(177,212,189); }
H1.HeaderClassName
{
color: #B1D4BD;
}
.AnyTagClassName
{
color: #B1D4BD;
}
</style>
background-color css
<style>
a { background-color: #B1D4BD; }
a { background-color: rgb(177,212,189); }
div.DivClassName
{
background-color: #B1D4BD;
}
.BgClassName
{
background-color: #B1D4BD;
}
</style>
border-color css
<style>
span { border-color: #B1D4BD; }
span { border-color: rgb(177,212,189); }
td.TdClassName
{
border-color: #B1D4BD;
}
.TagClassName
{
border-color: #B1D4BD;
}
</style>