Shades of Nebula #BAD2C5
Tints of Nebula #BAD2C5
RGB
CMYK
RGB Variations
Color information
#BAD2C5 (or 0xBAD2C5) is known color: Nebula. HEX triplet: BA, D2 and C5. RGB value is (186,210,197). Sum of RGB (Red+Green+Blue) = 186+210+197=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 210 (82.42% from 255 or 35.41% from 593); Blue value is 197 (77.34% from 255 or 33.22% from 593); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD2C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD2C5 is #452D3A. Grayscale: #C9C9C9. Windows color (decimal): -4533563 or 12964538. OLE color: 12964538.
HSL color Cylindrical-coordinate representation of color #BAD2C5: hue angle of 147.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAD2C5 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 210 | 197 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.18 |
| HSL | 147.5º | 0.21% | 0.78% | - |
| HSV(B) | 147.5º | 0.11% | 0.82% | - |
| XYZ | 53.37 | 60.56 | 61.7 | - |
| YUV | 201.34 | 125.55 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 197 | 0.11 | 0 | 0.06 | 0.18 | 147.5 | 0.21 | 0.78 |
| Hex | BA | D2 | C5 | B | 0 | 6 | 12 | 94 | 15 | 4E |
| Octal | 272 | 322 | 305 | 13 | 0 | 6 | 22 | 224 | 25 | 116 |
| Binary | 10111010 | 11010010 | 11000101 | 1011 | 0 | 110 | 10010 | 10010100 | 10101 | 1001110 |
Color Harmonies of #BAD2C5
Complementary color
Monochromatic Colors of #BAD2C5
Black with #BAD2C5
Text Example
Text Example
White with #BAD2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD2C5; }
p { color: rgb(186,210,197); }
H1.HeaderClassName
{
color: #BAD2C5;
}
.AnyTagClassName
{
color: #BAD2C5;
}
</style>
background-color css
<style>
a { background-color: #BAD2C5; }
a { background-color: rgb(186,210,197); }
div.DivClassName
{
background-color: #BAD2C5;
}
.BgClassName
{
background-color: #BAD2C5;
}
</style>
border-color css
<style>
span { border-color: #BAD2C5; }
span { border-color: rgb(186,210,197); }
td.TdClassName
{
border-color: #BAD2C5;
}
.TagClassName
{
border-color: #BAD2C5;
}
</style>