Shades of Nebula #B5C6BC
Tints of Nebula #B5C6BC
RGB
CMYK
RGB Variations
Color information
#B5C6BC (or 0xB5C6BC) is known color: Nebula. HEX triplet: B5, C6 and BC. RGB value is (181,198,188). Sum of RGB (Red+Green+Blue) = 181+198+188=567 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.92% from 567); Green value is 198 (77.73% from 255 or 34.92% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C6BC is #4A3943. Grayscale: #BFBFBF. Windows color (decimal): -4864324 or 12371637. OLE color: 12371637.
HSL color Cylindrical-coordinate representation of color #B5C6BC: hue angle of 144.71º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B5C6BC is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 198 | 188 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.22 |
| HSL | 144.71º | 0.13% | 0.74% | - |
| HSV(B) | 144.71º | 0.09% | 0.78% | - |
| XYZ | 48.33 | 53.84 | 55.42 | - |
| YUV | 191.78 | 125.87 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 198 | 188 | 0.09 | 0 | 0.05 | 0.22 | 144.71 | 0.13 | 0.74 |
| Hex | B5 | C6 | BC | 9 | 0 | 5 | 16 | 91 | D | 4A |
| Octal | 265 | 306 | 274 | 11 | 0 | 5 | 26 | 221 | 15 | 112 |
| Binary | 10110101 | 11000110 | 10111100 | 1001 | 0 | 101 | 10110 | 10010001 | 1101 | 1001010 |
Color Harmonies of #B5C6BC
Complementary color
Monochromatic Colors of #B5C6BC
Black with #B5C6BC
Text Example
Text Example
White with #B5C6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C6BC; }
p { color: rgb(181,198,188); }
H1.HeaderClassName
{
color: #B5C6BC;
}
.AnyTagClassName
{
color: #B5C6BC;
}
</style>
background-color css
<style>
a { background-color: #B5C6BC; }
a { background-color: rgb(181,198,188); }
div.DivClassName
{
background-color: #B5C6BC;
}
.BgClassName
{
background-color: #B5C6BC;
}
</style>
border-color css
<style>
span { border-color: #B5C6BC; }
span { border-color: rgb(181,198,188); }
td.TdClassName
{
border-color: #B5C6BC;
}
.TagClassName
{
border-color: #B5C6BC;
}
</style>