Shades of Nebula #B6C2BB
Tints of Nebula #B6C2BB
RGB
CMYK
RGB Variations
Color information
#B6C2BB (or 0xB6C2BB) is known color: Nebula. HEX triplet: B6, C2 and BB. RGB value is (182,194,187). Sum of RGB (Red+Green+Blue) = 182+194+187=563 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.33% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C2BB is #493D44. Grayscale: #BDBDBD. Windows color (decimal): -4799813 or 12305078. OLE color: 12305078.
HSL color Cylindrical-coordinate representation of color #B6C2BB: hue angle of 145º degrees, saturation: 0.09, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B6C2BB is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 194 | 187 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.24 |
| HSL | 145º | 0.09% | 0.74% | - |
| HSV(B) | 145º | 0.06% | 0.76% | - |
| XYZ | 47.55 | 52.12 | 54.57 | - |
| YUV | 189.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 194 | 187 | 0.06 | 0 | 0.04 | 0.24 | 145 | 0.09 | 0.74 |
| Hex | B6 | C2 | BB | 6 | 0 | 4 | 18 | 91 | 9 | 4A |
| Octal | 266 | 302 | 273 | 6 | 0 | 4 | 30 | 221 | 11 | 112 |
| Binary | 10110110 | 11000010 | 10111011 | 110 | 0 | 100 | 11000 | 10010001 | 1001 | 1001010 |
Color Harmonies of #B6C2BB
Complementary color
Monochromatic Colors of #B6C2BB
Black with #B6C2BB
Text Example
Text Example
White with #B6C2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C2BB; }
p { color: rgb(182,194,187); }
H1.HeaderClassName
{
color: #B6C2BB;
}
.AnyTagClassName
{
color: #B6C2BB;
}
</style>
background-color css
<style>
a { background-color: #B6C2BB; }
a { background-color: rgb(182,194,187); }
div.DivClassName
{
background-color: #B6C2BB;
}
.BgClassName
{
background-color: #B6C2BB;
}
</style>
border-color css
<style>
span { border-color: #B6C2BB; }
span { border-color: rgb(182,194,187); }
td.TdClassName
{
border-color: #B6C2BB;
}
.TagClassName
{
border-color: #B6C2BB;
}
</style>