Shades of Nebula #BAD1C5
Tints of Nebula #BAD1C5
RGB
CMYK
RGB Variations
Color information
#BAD1C5 (or 0xBAD1C5) is known color: Nebula. HEX triplet: BA, D1 and C5. RGB value is (186,209,197). Sum of RGB (Red+Green+Blue) = 186+209+197=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 209 (82.03% from 255 or 35.30% from 592); Blue value is 197 (77.34% from 255 or 33.28% from 592); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD1C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD1C5 is #452E3A. Grayscale: #C8C8C8. Windows color (decimal): -4533819 or 12964282. OLE color: 12964282.
HSL color Cylindrical-coordinate representation of color #BAD1C5: hue angle of 148.7º degrees, saturation: 0.2, 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 #BAD1C5 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 209 | 197 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.18 |
| HSL | 148.7º | 0.2% | 0.77% | - |
| HSV(B) | 148.7º | 0.11% | 0.82% | - |
| XYZ | 53.13 | 60.07 | 61.62 | - |
| YUV | 200.76 | 125.88 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 209 | 197 | 0.11 | 0 | 0.06 | 0.18 | 148.7 | 0.2 | 0.77 |
| Hex | BA | D1 | C5 | B | 0 | 6 | 12 | 95 | 14 | 4D |
| Octal | 272 | 321 | 305 | 13 | 0 | 6 | 22 | 225 | 24 | 115 |
| Binary | 10111010 | 11010001 | 11000101 | 1011 | 0 | 110 | 10010 | 10010101 | 10100 | 1001101 |
Color Harmonies of #BAD1C5
Complementary color
Monochromatic Colors of #BAD1C5
Black with #BAD1C5
Text Example
Text Example
White with #BAD1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD1C5; }
p { color: rgb(186,209,197); }
H1.HeaderClassName
{
color: #BAD1C5;
}
.AnyTagClassName
{
color: #BAD1C5;
}
</style>
background-color css
<style>
a { background-color: #BAD1C5; }
a { background-color: rgb(186,209,197); }
div.DivClassName
{
background-color: #BAD1C5;
}
.BgClassName
{
background-color: #BAD1C5;
}
</style>
border-color css
<style>
span { border-color: #BAD1C5; }
span { border-color: rgb(186,209,197); }
td.TdClassName
{
border-color: #BAD1C5;
}
.TagClassName
{
border-color: #BAD1C5;
}
</style>