Shades of Nebula #BAD0C5
Tints of Nebula #BAD0C5
RGB
CMYK
RGB Variations
Color information
#BAD0C5 (or 0xBAD0C5) is known color: Nebula. HEX triplet: BA, D0 and C5. RGB value is (186,208,197). Sum of RGB (Red+Green+Blue) = 186+208+197=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 208 (81.64% from 255 or 35.19% from 591); Blue value is 197 (77.34% from 255 or 33.33% from 591); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD0C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD0C5 is #452F3A. Grayscale: #C8C8C8. Windows color (decimal): -4534075 or 12964026. OLE color: 12964026.
HSL color Cylindrical-coordinate representation of color #BAD0C5: hue angle of 150º 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 #BAD0C5 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 208 | 197 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.18 |
| HSL | 150º | 0.19% | 0.77% | - |
| HSV(B) | 150º | 0.11% | 0.82% | - |
| XYZ | 52.88 | 59.58 | 61.54 | - |
| YUV | 200.17 | 126.21 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 208 | 197 | 0.11 | 0 | 0.05 | 0.18 | 150 | 0.19 | 0.77 |
| Hex | BA | D0 | C5 | B | 0 | 5 | 12 | 96 | 13 | 4D |
| Octal | 272 | 320 | 305 | 13 | 0 | 5 | 22 | 226 | 23 | 115 |
| Binary | 10111010 | 11010000 | 11000101 | 1011 | 0 | 101 | 10010 | 10010110 | 10011 | 1001101 |
Color Harmonies of #BAD0C5
Complementary color
Monochromatic Colors of #BAD0C5
Black with #BAD0C5
Text Example
Text Example
White with #BAD0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD0C5; }
p { color: rgb(186,208,197); }
H1.HeaderClassName
{
color: #BAD0C5;
}
.AnyTagClassName
{
color: #BAD0C5;
}
</style>
background-color css
<style>
a { background-color: #BAD0C5; }
a { background-color: rgb(186,208,197); }
div.DivClassName
{
background-color: #BAD0C5;
}
.BgClassName
{
background-color: #BAD0C5;
}
</style>
border-color css
<style>
span { border-color: #BAD0C5; }
span { border-color: rgb(186,208,197); }
td.TdClassName
{
border-color: #BAD0C5;
}
.TagClassName
{
border-color: #BAD0C5;
}
</style>