Shades of Nebula #B4C7BA
Tints of Nebula #B4C7BA
RGB
CMYK
RGB Variations
Color information
#B4C7BA (or 0xB4C7BA) is known color: Nebula. HEX triplet: B4, C7 and BA. RGB value is (180,199,186). Sum of RGB (Red+Green+Blue) = 180+199+186=565 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.86% from 565); Green value is 199 (78.12% from 255 or 35.22% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 199 - color contains mainly: green. Hex color #B4C7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C7BA is #4B3845. Grayscale: #BFBFBF. Windows color (decimal): -4929606 or 12240820. OLE color: 12240820.
HSL color Cylindrical-coordinate representation of color #B4C7BA: hue angle of 138.95º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B4C7BA is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 199 | 186 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.22 |
| HSL | 138.95º | 0.15% | 0.74% | - |
| HSV(B) | 138.95º | 0.1% | 0.78% | - |
| XYZ | 48.11 | 54.1 | 54.36 | - |
| YUV | 191.84 | 124.71 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 199 | 186 | 0.10 | 0 | 0.07 | 0.22 | 138.95 | 0.15 | 0.74 |
| Hex | B4 | C7 | BA | A | 0 | 7 | 16 | 8B | F | 4A |
| Octal | 264 | 307 | 272 | 12 | 0 | 7 | 26 | 213 | 17 | 112 |
| Binary | 10110100 | 11000111 | 10111010 | 1010 | 0 | 111 | 10110 | 10001011 | 1111 | 1001010 |
Color Harmonies of #B4C7BA
Complementary color
Monochromatic Colors of #B4C7BA
Black with #B4C7BA
Text Example
Text Example
White with #B4C7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C7BA; }
p { color: rgb(180,199,186); }
H1.HeaderClassName
{
color: #B4C7BA;
}
.AnyTagClassName
{
color: #B4C7BA;
}
</style>
background-color css
<style>
a { background-color: #B4C7BA; }
a { background-color: rgb(180,199,186); }
div.DivClassName
{
background-color: #B4C7BA;
}
.BgClassName
{
background-color: #B4C7BA;
}
</style>
border-color css
<style>
span { border-color: #B4C7BA; }
span { border-color: rgb(180,199,186); }
td.TdClassName
{
border-color: #B4C7BA;
}
.TagClassName
{
border-color: #B4C7BA;
}
</style>