Shades of Nebula #BAD4C5
Tints of Nebula #BAD4C5
RGB
CMYK
RGB Variations
Color information
#BAD4C5 (or 0xBAD4C5) is known color: Nebula. HEX triplet: BA, D4 and C5. RGB value is (186,212,197). Sum of RGB (Red+Green+Blue) = 186+212+197=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 212 (83.20% from 255 or 35.63% from 595); Blue value is 197 (77.34% from 255 or 33.11% from 595); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD4C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD4C5 is #452B3A. Grayscale: #CACACA. Windows color (decimal): -4533051 or 12965050. OLE color: 12965050.
HSL color Cylindrical-coordinate representation of color #BAD4C5: hue angle of 145.38º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAD4C5 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 212 | 197 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.17 |
| HSL | 145.38º | 0.23% | 0.78% | - |
| HSV(B) | 145.38º | 0.12% | 0.83% | - |
| XYZ | 53.87 | 61.56 | 61.87 | - |
| YUV | 202.52 | 124.89 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 212 | 197 | 0.12 | 0 | 0.07 | 0.17 | 145.38 | 0.23 | 0.78 |
| Hex | BA | D4 | C5 | C | 0 | 7 | 11 | 91 | 17 | 4E |
| Octal | 272 | 324 | 305 | 14 | 0 | 7 | 21 | 221 | 27 | 116 |
| Binary | 10111010 | 11010100 | 11000101 | 1100 | 0 | 111 | 10001 | 10010001 | 10111 | 1001110 |
Color Harmonies of #BAD4C5
Complementary color
Monochromatic Colors of #BAD4C5
Black with #BAD4C5
Text Example
Text Example
White with #BAD4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD4C5; }
p { color: rgb(186,212,197); }
H1.HeaderClassName
{
color: #BAD4C5;
}
.AnyTagClassName
{
color: #BAD4C5;
}
</style>
background-color css
<style>
a { background-color: #BAD4C5; }
a { background-color: rgb(186,212,197); }
div.DivClassName
{
background-color: #BAD4C5;
}
.BgClassName
{
background-color: #BAD4C5;
}
</style>
border-color css
<style>
span { border-color: #BAD4C5; }
span { border-color: rgb(186,212,197); }
td.TdClassName
{
border-color: #BAD4C5;
}
.TagClassName
{
border-color: #BAD4C5;
}
</style>