Shades of Nebula #BAD8C6
Tints of Nebula #BAD8C6
RGB
CMYK
RGB Variations
Color information
#BAD8C6 (or 0xBAD8C6) is known color: Nebula. HEX triplet: BA, D8 and C6. RGB value is (186,216,198). Sum of RGB (Red+Green+Blue) = 186+216+198=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 216 (84.77% from 255 or 36% from 600); Blue value is 198 (77.73% from 255 or 33% from 600); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD8C6 is #452739. Grayscale: #CDCDCD. Windows color (decimal): -4532026 or 13031610. OLE color: 13031610.
HSL color Cylindrical-coordinate representation of color #BAD8C6: hue angle of 144º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAD8C6 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 216 | 198 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.15 |
| HSL | 144º | 0.28% | 0.79% | - |
| HSV(B) | 144º | 0.14% | 0.85% | - |
| XYZ | 55 | 63.63 | 62.81 | - |
| YUV | 204.98 | 124.06 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 216 | 198 | 0.14 | 0 | 0.08 | 0.15 | 144 | 0.28 | 0.79 |
| Hex | BA | D8 | C6 | E | 0 | 8 | F | 90 | 1C | 4F |
| Octal | 272 | 330 | 306 | 16 | 0 | 10 | 17 | 220 | 34 | 117 |
| Binary | 10111010 | 11011000 | 11000110 | 1110 | 0 | 1000 | 1111 | 10010000 | 11100 | 1001111 |
Color Harmonies of #BAD8C6
Complementary color
Monochromatic Colors of #BAD8C6
Black with #BAD8C6
Text Example
Text Example
White with #BAD8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD8C6; }
p { color: rgb(186,216,198); }
H1.HeaderClassName
{
color: #BAD8C6;
}
.AnyTagClassName
{
color: #BAD8C6;
}
</style>
background-color css
<style>
a { background-color: #BAD8C6; }
a { background-color: rgb(186,216,198); }
div.DivClassName
{
background-color: #BAD8C6;
}
.BgClassName
{
background-color: #BAD8C6;
}
</style>
border-color css
<style>
span { border-color: #BAD8C6; }
span { border-color: rgb(186,216,198); }
td.TdClassName
{
border-color: #BAD8C6;
}
.TagClassName
{
border-color: #BAD8C6;
}
</style>