Shades of Nebula #B6D6C1
Tints of Nebula #B6D6C1
RGB
CMYK
RGB Variations
Color information
#B6D6C1 (or 0xB6D6C1) is known color: Nebula. HEX triplet: B6, D6 and C1. RGB value is (182,214,193). Sum of RGB (Red+Green+Blue) = 182+214+193=589 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.90% from 589); Green value is 214 (83.98% from 255 or 36.33% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D6C1 is #49293E. Grayscale: #CACACA. Windows color (decimal): -4794687 or 12703414. OLE color: 12703414.
HSL color Cylindrical-coordinate representation of color #B6D6C1: hue angle of 140.62º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B6D6C1 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 182 | 214 | 193 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.16 |
| HSL | 140.63º | 0.28% | 0.78% | - |
| HSV(B) | 140.63º | 0.15% | 0.84% | - |
| XYZ | 52.96 | 61.89 | 59.61 | - |
| YUV | 202.04 | 122.9 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 214 | 193 | 0.15 | 0 | 0.10 | 0.16 | 140.63 | 0.28 | 0.78 |
| Hex | B6 | D6 | C1 | F | 0 | A | 10 | 8D | 1C | 4E |
| Octal | 266 | 326 | 301 | 17 | 0 | 12 | 20 | 215 | 34 | 116 |
| Binary | 10110110 | 11010110 | 11000001 | 1111 | 0 | 1010 | 10000 | 10001101 | 11100 | 1001110 |
Color Harmonies of #B6D6C1
Complementary color
Monochromatic Colors of #B6D6C1
Black with #B6D6C1
Text Example
Text Example
White with #B6D6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D6C1; }
p { color: rgb(182,214,193); }
H1.HeaderClassName
{
color: #B6D6C1;
}
.AnyTagClassName
{
color: #B6D6C1;
}
</style>
background-color css
<style>
a { background-color: #B6D6C1; }
a { background-color: rgb(182,214,193); }
div.DivClassName
{
background-color: #B6D6C1;
}
.BgClassName
{
background-color: #B6D6C1;
}
</style>
border-color css
<style>
span { border-color: #B6D6C1; }
span { border-color: rgb(182,214,193); }
td.TdClassName
{
border-color: #B6D6C1;
}
.TagClassName
{
border-color: #B6D6C1;
}
</style>