Shades of Nebula #BAD0C2
Tints of Nebula #BAD0C2
RGB
CMYK
RGB Variations
Color information
#BAD0C2 (or 0xBAD0C2) is known color: Nebula. HEX triplet: BA, D0 and C2. RGB value is (186,208,194). Sum of RGB (Red+Green+Blue) = 186+208+194=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 208 (81.64% from 255 or 35.37% from 588); Blue value is 194 (76.17% from 255 or 32.99% from 588); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD0C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD0C2 is #452F3D. Grayscale: #C7C7C7. Windows color (decimal): -4534078 or 12767418. OLE color: 12767418.
HSL color Cylindrical-coordinate representation of color #BAD0C2: hue angle of 141.82º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAD0C2 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 208 | 194 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.18 |
| HSL | 141.82º | 0.19% | 0.77% | - |
| HSV(B) | 141.82º | 0.11% | 0.82% | - |
| XYZ | 52.54 | 59.45 | 59.74 | - |
| YUV | 199.83 | 124.71 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 208 | 194 | 0.11 | 0 | 0.07 | 0.18 | 141.82 | 0.19 | 0.77 |
| Hex | BA | D0 | C2 | B | 0 | 7 | 12 | 8E | 13 | 4D |
| Octal | 272 | 320 | 302 | 13 | 0 | 7 | 22 | 216 | 23 | 115 |
| Binary | 10111010 | 11010000 | 11000010 | 1011 | 0 | 111 | 10010 | 10001110 | 10011 | 1001101 |
Color Harmonies of #BAD0C2
Complementary color
Monochromatic Colors of #BAD0C2
Black with #BAD0C2
Text Example
Text Example
White with #BAD0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD0C2; }
p { color: rgb(186,208,194); }
H1.HeaderClassName
{
color: #BAD0C2;
}
.AnyTagClassName
{
color: #BAD0C2;
}
</style>
background-color css
<style>
a { background-color: #BAD0C2; }
a { background-color: rgb(186,208,194); }
div.DivClassName
{
background-color: #BAD0C2;
}
.BgClassName
{
background-color: #BAD0C2;
}
</style>
border-color css
<style>
span { border-color: #BAD0C2; }
span { border-color: rgb(186,208,194); }
td.TdClassName
{
border-color: #BAD0C2;
}
.TagClassName
{
border-color: #BAD0C2;
}
</style>