Shades of Nebula #B6CCBC
Tints of Nebula #B6CCBC
RGB
CMYK
RGB Variations
Color information
#B6CCBC (or 0xB6CCBC) is known color: Nebula. HEX triplet: B6, CC and BC. RGB value is (182,204,188). Sum of RGB (Red+Green+Blue) = 182+204+188=574 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.71% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CCBC is #493343. Grayscale: #C3C3C3. Windows color (decimal): -4797252 or 12373174. OLE color: 12373174.
HSL color Cylindrical-coordinate representation of color #B6CCBC: hue angle of 136.36º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B6CCBC is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 204 | 188 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.2 |
| HSL | 136.36º | 0.18% | 0.76% | - |
| HSV(B) | 136.36º | 0.11% | 0.8% | - |
| XYZ | 49.96 | 56.76 | 55.9 | - |
| YUV | 195.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 204 | 188 | 0.11 | 0 | 0.08 | 0.2 | 136.36 | 0.18 | 0.76 |
| Hex | B6 | CC | BC | B | 0 | 8 | 14 | 88 | 12 | 4C |
| Octal | 266 | 314 | 274 | 13 | 0 | 10 | 24 | 210 | 22 | 114 |
| Binary | 10110110 | 11001100 | 10111100 | 1011 | 0 | 1000 | 10100 | 10001000 | 10010 | 1001100 |
Color Harmonies of #B6CCBC
Complementary color
Monochromatic Colors of #B6CCBC
Black with #B6CCBC
Text Example
Text Example
White with #B6CCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CCBC; }
p { color: rgb(182,204,188); }
H1.HeaderClassName
{
color: #B6CCBC;
}
.AnyTagClassName
{
color: #B6CCBC;
}
</style>
background-color css
<style>
a { background-color: #B6CCBC; }
a { background-color: rgb(182,204,188); }
div.DivClassName
{
background-color: #B6CCBC;
}
.BgClassName
{
background-color: #B6CCBC;
}
</style>
border-color css
<style>
span { border-color: #B6CCBC; }
span { border-color: rgb(182,204,188); }
td.TdClassName
{
border-color: #B6CCBC;
}
.TagClassName
{
border-color: #B6CCBC;
}
</style>