Shades of Nebula #BAD3C5
Tints of Nebula #BAD3C5
RGB
CMYK
RGB Variations
Color information
#BAD3C5 (or 0xBAD3C5) is known color: Nebula. HEX triplet: BA, D3 and C5. RGB value is (186,211,197). Sum of RGB (Red+Green+Blue) = 186+211+197=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 211 (82.81% from 255 or 35.52% from 594); Blue value is 197 (77.34% from 255 or 33.16% from 594); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD3C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD3C5 is #452C3A. Grayscale: #C9C9C9. Windows color (decimal): -4533307 or 12964794. OLE color: 12964794.
HSL color Cylindrical-coordinate representation of color #BAD3C5: hue angle of 146.4º degrees, saturation: 0.22, 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 #BAD3C5 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
RGB | 186 | 211 | 197 | - |
CMYK | 0.12 | 0 | 0.07 | 0.17 |
HSL | 146.4º | 0.22% | 0.78% | - |
HSV(B) | 146.4º | 0.12% | 0.83% | - |
XYZ | 53.62 | 61.06 | 61.78 | - |
YUV | 201.93 | 125.22 | 116.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 211 | 197 | 0.12 | 0 | 0.07 | 0.17 | 146.4 | 0.22 | 0.78 |
Hex | BA | D3 | C5 | C | 0 | 7 | 11 | 92 | 16 | 4E |
Octal | 272 | 323 | 305 | 14 | 0 | 7 | 21 | 222 | 26 | 116 |
Binary | 10111010 | 11010011 | 11000101 | 1100 | 0 | 111 | 10001 | 10010010 | 10110 | 1001110 |
Color Harmonies of #BAD3C5
Complementary color
Monochromatic Colors of #BAD3C5
Black with #BAD3C5
Text Example
Text Example
White with #BAD3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD3C5; }
p { color: rgb(186,211,197); }
H1.HeaderClassName
{
color: #BAD3C5;
}
.AnyTagClassName
{
color: #BAD3C5;
}
</style>
background-color css
<style>
a { background-color: #BAD3C5; }
a { background-color: rgb(186,211,197); }
div.DivClassName
{
background-color: #BAD3C5;
}
.BgClassName
{
background-color: #BAD3C5;
}
</style>
border-color css
<style>
span { border-color: #BAD3C5; }
span { border-color: rgb(186,211,197); }
td.TdClassName
{
border-color: #BAD3C5;
}
.TagClassName
{
border-color: #BAD3C5;
}
</style>