Shades of Nebula #B4D1BD
Tints of Nebula #B4D1BD
RGB
CMYK
RGB Variations
Color information
#B4D1BD (or 0xB4D1BD) is known color: Nebula. HEX triplet: B4, D1 and BD. RGB value is (180,209,189). Sum of RGB (Red+Green+Blue) = 180+209+189=578 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.14% from 578); Green value is 209 (82.03% from 255 or 36.16% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 209 - color contains mainly: green. Hex color #B4D1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D1BD is #4B2E42. Grayscale: #C6C6C6. Windows color (decimal): -4927043 or 12439988. OLE color: 12439988.
HSL color Cylindrical-coordinate representation of color #B4D1BD: hue angle of 138.62º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B4D1BD is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 209 | 189 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.18 |
| HSL | 138.62º | 0.24% | 0.76% | - |
| HSV(B) | 138.62º | 0.14% | 0.82% | - |
| XYZ | 50.81 | 58.98 | 56.85 | - |
| YUV | 198.05 | 122.89 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 209 | 189 | 0.14 | 0 | 0.10 | 0.18 | 138.62 | 0.24 | 0.76 |
| Hex | B4 | D1 | BD | E | 0 | A | 12 | 8B | 18 | 4C |
| Octal | 264 | 321 | 275 | 16 | 0 | 12 | 22 | 213 | 30 | 114 |
| Binary | 10110100 | 11010001 | 10111101 | 1110 | 0 | 1010 | 10010 | 10001011 | 11000 | 1001100 |
Color Harmonies of #B4D1BD
Complementary color
Monochromatic Colors of #B4D1BD
Black with #B4D1BD
Text Example
Text Example
White with #B4D1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D1BD; }
p { color: rgb(180,209,189); }
H1.HeaderClassName
{
color: #B4D1BD;
}
.AnyTagClassName
{
color: #B4D1BD;
}
</style>
background-color css
<style>
a { background-color: #B4D1BD; }
a { background-color: rgb(180,209,189); }
div.DivClassName
{
background-color: #B4D1BD;
}
.BgClassName
{
background-color: #B4D1BD;
}
</style>
border-color css
<style>
span { border-color: #B4D1BD; }
span { border-color: rgb(180,209,189); }
td.TdClassName
{
border-color: #B4D1BD;
}
.TagClassName
{
border-color: #B4D1BD;
}
</style>