Shades of Nebula #B4C7BC
Tints of Nebula #B4C7BC
RGB
CMYK
RGB Variations
Color information
#B4C7BC (or 0xB4C7BC) is known color: Nebula. HEX triplet: B4, C7 and BC. RGB value is (180,199,188). Sum of RGB (Red+Green+Blue) = 180+199+188=567 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.75% from 567); Green value is 199 (78.12% from 255 or 35.10% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 199 - color contains mainly: green. Hex color #B4C7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C7BC is #4B3843. Grayscale: #C0C0C0. Windows color (decimal): -4929604 or 12371892. OLE color: 12371892.
HSL color Cylindrical-coordinate representation of color #B4C7BC: hue angle of 145.26º 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 #B4C7BC is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 199 | 188 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.22 |
| HSL | 145.26º | 0.15% | 0.74% | - |
| HSV(B) | 145.26º | 0.1% | 0.78% | - |
| XYZ | 48.32 | 54.18 | 55.49 | - |
| YUV | 192.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 199 | 188 | 0.10 | 0 | 0.06 | 0.22 | 145.26 | 0.15 | 0.74 |
| Hex | B4 | C7 | BC | A | 0 | 6 | 16 | 91 | F | 4A |
| Octal | 264 | 307 | 274 | 12 | 0 | 6 | 26 | 221 | 17 | 112 |
| Binary | 10110100 | 11000111 | 10111100 | 1010 | 0 | 110 | 10110 | 10010001 | 1111 | 1001010 |
Color Harmonies of #B4C7BC
Complementary color
Monochromatic Colors of #B4C7BC
Black with #B4C7BC
Text Example
Text Example
White with #B4C7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C7BC; }
p { color: rgb(180,199,188); }
H1.HeaderClassName
{
color: #B4C7BC;
}
.AnyTagClassName
{
color: #B4C7BC;
}
</style>
background-color css
<style>
a { background-color: #B4C7BC; }
a { background-color: rgb(180,199,188); }
div.DivClassName
{
background-color: #B4C7BC;
}
.BgClassName
{
background-color: #B4C7BC;
}
</style>
border-color css
<style>
span { border-color: #B4C7BC; }
span { border-color: rgb(180,199,188); }
td.TdClassName
{
border-color: #B4C7BC;
}
.TagClassName
{
border-color: #B4C7BC;
}
</style>